umbrello  2.39.2
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  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 SELECTLAYOUTTYPEWIDGET_H
7 #define SELECTLAYOUTTYPEWIDGET_H
8 
9 #include "basictypes.h"
10 
11 #include "comboboxwidgetbase.h"
12 
14 {
15 public:
16  explicit SelectLayoutTypeWidget(const QString &title, Uml::LayoutType::Enum selected, QWidget *parent = nullptr);
17 
20 };
21 
22 #endif // SELECTLAYOUTTYPEWIDGET_H
Definition: comboboxwidgetbase.h:16
Definition: selectlayouttypewidget.h:14
void setCurrentLayout(Uml::LayoutType::Enum layout)
Definition: selectlayouttypewidget.cpp:22
Uml::LayoutType::Enum currentLayout()
Definition: selectlayouttypewidget.cpp:27
SelectLayoutTypeWidget(const QString &title, Uml::LayoutType::Enum selected, QWidget *parent=nullptr)
Definition: selectlayouttypewidget.cpp:10
Enum
Definition: basictypes.h:130