umbrello 2.39.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 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
11#include "basictypes.h"
12
14
21{
22 Q_OBJECT
23public:
24 SelectDiagramDialog(QWidget * parent, Uml::DiagramType::Enum type, const QString &currentName, const QString excludeName);
26
28
29protected:
31};
32
33#endif
Definition selectdiagramdialog.h:21
SelectDiagramDialog(QWidget *parent, Uml::DiagramType::Enum type, const QString &currentName, const QString excludeName)
Definition selectdiagramdialog.cpp:15
Uml::ID::Type currentID()
Definition selectdiagramdialog.cpp:28
~SelectDiagramDialog()
Definition selectdiagramdialog.cpp:24
SelectDiagramWidget * m_widget
Definition selectdiagramdialog.h:30
Definition selectdiagramwidget.h:18
Definition singlepagedialogbase.h:23
Enum
Definition basictypes.h:63
std::string Type
Definition basictypes.h:371