umbrello
2.31.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umbrello
dialogs
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
18
class
SelectDiagramWidget
;
19
25
class
SelectDiagramDialog
:
public
SinglePageDialogBase
26
{
27
Q_OBJECT
28
public
:
29
SelectDiagramDialog
(QWidget * parent,
Uml::DiagramType::Enum
type,
const
QString ¤tName,
const
QString excludeName);
30
~SelectDiagramDialog
();
31
32
Uml::ID::Type
currentID
();
33
34
protected
:
35
SelectDiagramWidget
*
m_widget
;
36
};
37
38
#endif
SelectDiagramDialog
Definition:
selectdiagramdialog.h:25
Uml::DiagramType::Enum
Enum
Definition:
basictypes.h:77
singlepagedialogbase.h
Uml::ID::Type
std::string Type
Definition:
basictypes.h:351
SinglePageDialogBase
Definition:
singlepagedialogbase.h:34
SelectDiagramDialog::~SelectDiagramDialog
~SelectDiagramDialog()
Definition:
selectdiagramdialog.cpp:29
SelectDiagramDialog::SelectDiagramDialog
SelectDiagramDialog(QWidget *parent, Uml::DiagramType::Enum type, const QString ¤tName, const QString excludeName)
Definition:
selectdiagramdialog.cpp:20
SelectDiagramDialog::m_widget
SelectDiagramWidget * m_widget
Definition:
selectdiagramdialog.h:35
basictypes.h
SelectDiagramDialog::currentID
Uml::ID::Type currentID()
Definition:
selectdiagramdialog.cpp:33
SelectDiagramWidget
Definition:
selectdiagramwidget.h:22
Generated by
1.8.13