umbrello  2.31.90
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
selectlayouttypewidget.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 SELECTLAYOUTTYPEWIDGET_H
12 #define SELECTLAYOUTTYPEWIDGET_H
13 
14 #include "basictypes.h"
15 
16 #include "comboboxwidgetbase.h"
17 
19 {
20 public:
21  explicit SelectLayoutTypeWidget(const QString &title, Uml::LayoutType::Enum selected, QWidget *parent = nullptr);
22 
25 };
26 
27 #endif // SELECTLAYOUTTYPEWIDGET_H
Definition: comboboxwidgetbase.h:21
Definition: selectlayouttypewidget.h:19
void setCurrentLayout(Uml::LayoutType::Enum layout)
Definition: selectlayouttypewidget.cpp:27
Uml::LayoutType::Enum currentLayout()
Definition: selectlayouttypewidget.cpp:32
SelectLayoutTypeWidget(const QString &title, Uml::LayoutType::Enum selected, QWidget *parent=nullptr)
Definition: selectlayouttypewidget.cpp:15
Enum
Definition: basictypes.h:144