umbrello
25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
umbrello
dialogs
selectdiagramdialog.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-2.0-or-later
3
SPDX-FileCopyrightText: 2019-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4
*/
5
6
#ifndef SELECTDIAGRAMDIALOG_H
7
#define SELECTDIAGRAMDIALOG_H
8
9
//app includes
10
#include "
singlepagedialogbase.h
"
11
#include "
basictypes.h
"
12
13
class
SelectDiagramWidget
;
14
20
class
SelectDiagramDialog
:
public
SinglePageDialogBase
21
{
22
Q_OBJECT
23
public
:
24
SelectDiagramDialog
(QWidget * parent,
Uml::DiagramType::Enum
type,
const
QString ¤tName,
const
QString excludeName);
25
~SelectDiagramDialog
();
26
27
Uml::ID::Type
currentID
();
28
29
protected
:
30
SelectDiagramWidget
*
m_widget
;
31
};
32
33
#endif
basictypes.h
SelectDiagramDialog
Definition
selectdiagramdialog.h:21
SelectDiagramDialog::currentID
Uml::ID::Type currentID()
Definition
selectdiagramdialog.cpp:28
SelectDiagramDialog::~SelectDiagramDialog
~SelectDiagramDialog()
Definition
selectdiagramdialog.cpp:24
SelectDiagramDialog::m_widget
SelectDiagramWidget * m_widget
Definition
selectdiagramdialog.h:30
SelectDiagramWidget
Definition
selectdiagramwidget.h:18
SinglePageDialogBase
Definition
singlepagedialogbase.h:23
Uml::DiagramType::Enum
Enum
Definition
basictypes.h:63
Uml::ID::Type
std::string Type
Definition
basictypes.h:371
singlepagedialogbase.h
Generated by
1.9.8