umbrello  2.32.0
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
SelectDiagramWidget::currentID
Uml::ID::Type currentID()
Definition: selectdiagramwidget.cpp:79
SelectDiagramDialog::currentID
Uml::ID::Type currentID()
Definition: selectdiagramdialog.cpp:33
selectdiagramdialog.h
SelectDiagramWidget
Definition: selectdiagramwidget.h:23
Uml::DiagramType::Enum
Enum
Definition: basictypes.h:77
SinglePageDialogBase
Definition: singlepagedialogbase.h:36
Uml::ID::Type
std::string Type
Definition: basictypes.h:351
singlepagedialogbase.h
selectdiagramwidget.h
i18n
#define i18n
Definition: main.cpp:39
SelectDiagramDialog::m_widget
SelectDiagramWidget * m_widget
Definition: selectdiagramdialog.h:35
SelectDiagramDialog::~SelectDiagramDialog
~SelectDiagramDialog()
Definition: selectdiagramdialog.cpp:29
basictypes.h
SelectDiagramDialog
Definition: selectdiagramdialog.h:26
SelectDiagramDialog::SelectDiagramDialog
SelectDiagramDialog(QWidget *parent, Uml::DiagramType::Enum type, const QString &currentName, const QString excludeName)
Definition: selectdiagramdialog.cpp:20
SelectDiagramWidget::setupWidget
void setupWidget(Uml::DiagramType::Enum type, const QString &currentName, const QString &excludeName, bool withNewEntry=true)
Definition: selectdiagramwidget.cpp:41