umbrello  2.32.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
selectdiagramdialog.h
Go to the documentation of this file.
1 /***************************************************************************
2  * This program is free software; you can redistribute it and/or modify *
3  * it under the terms of the GNU General Public License as published by *
4  * the Free Software Foundation; either version 2 of the License, or *
5  * (at your option) any later version. *
6  * *
7  * copyright (C) 2019-2020 *
8  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9  ***************************************************************************/
10 
11 #ifndef SELECTDIAGRAMDIALOG_H
12 #define SELECTDIAGRAMDIALOG_H
13 
14 //app includes
15 #include "singlepagedialogbase.h"
16 #include "basictypes.h"
17 
19 
26 {
27  Q_OBJECT
28 public:
29  SelectDiagramDialog(QWidget * parent, Uml::DiagramType::Enum type, const QString &currentName, const QString excludeName);
31 
33 
34 protected:
36 };
37 
38 #endif
Definition: selectdiagramdialog.h:26
SelectDiagramDialog(QWidget *parent, Uml::DiagramType::Enum type, const QString &currentName, const QString excludeName)
Definition: selectdiagramdialog.cpp:20
Uml::ID::Type currentID()
Definition: selectdiagramdialog.cpp:33
~SelectDiagramDialog()
Definition: selectdiagramdialog.cpp:29
SelectDiagramWidget * m_widget
Definition: selectdiagramdialog.h:35
Definition: selectdiagramwidget.h:23
Definition: singlepagedialogbase.h:36
Enum
Definition: basictypes.h:77
std::string Type
Definition: basictypes.h:385