umbrello  2.32.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
autolayoutoptionpage.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) 2002-2020 *
8  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9  ***************************************************************************/
10 
11 #ifndef AUTOLAYOUTOPTIONPAGE_H
12 #define AUTOLAYOUTOPTIONPAGE_H
13 
14 #include "dialogpagebase.h"
16 
25 {
26  Q_OBJECT
27 public:
28  explicit AutoLayoutOptionPage(QWidget* parent = 0);
29  virtual ~AutoLayoutOptionPage();
30 
31  void setDefaults();
32  void apply();
33 
34 signals:
35  void applyClicked();
36 
37 protected slots:
38  void slotAutoDotPathCBClicked(bool value);
39 
40 };
41 #endif
Ui_AutoLayoutOptionPage::m_autoDotPath
QCheckBox * m_autoDotPath
Definition: ui_autolayoutoptionpage.h:39
AutoLayoutOptionPage::applyClicked
void applyClicked()
Definition: moc_autolayoutoptionpage.cpp:138
Ui_AutoLayoutOptionPage::m_dotPath
KUrlRequester * m_dotPath
Definition: ui_autolayoutoptionpage.h:41
AutoLayoutOptionPage
Definition: autolayoutoptionpage.h:24
Settings::AutoLayoutState::showExportLayout
bool showExportLayout
flag for display export layout
Definition: optionstate.h:304
dialogpagebase.h
AutoLayoutOptionPage::~AutoLayoutOptionPage
virtual ~AutoLayoutOptionPage()
Definition: autolayoutoptionpage.cpp:51
DotGenerator::currentDotPath
static QString currentDotPath()
Definition: dotgenerator.cpp:159
Ui_AutoLayoutOptionPage::setupUi
void setupUi(QWidget *AutoLayoutOptionPage)
Definition: ui_autolayoutoptionpage.h:48
Settings::optionState
OptionState & optionState()
Definition: optionstate.cpp:370
Settings::AutoLayoutState::dotPath
QString dotPath
path to dot executable
Definition: optionstate.h:303
AutoLayoutOptionPage::apply
void apply()
Definition: autolayoutoptionpage.cpp:68
ui_autolayoutoptionpage.h
AutoLayoutOptionPage::slotAutoDotPathCBClicked
void slotAutoDotPathCBClicked(bool value)
Definition: autolayoutoptionpage.cpp:77
AutoLayoutOptionPage::setDefaults
void setDefaults()
Definition: autolayoutoptionpage.cpp:58
Settings::OptionState::autoLayoutState
AutoLayoutState autoLayoutState
Definition: optionstate.h:342
DialogPageBase
Definition: dialogpagebase.h:24
AutoLayoutOptionPage::AutoLayoutOptionPage
AutoLayoutOptionPage(QWidget *parent=0)
Definition: autolayoutoptionpage.cpp:33
Settings::AutoLayoutState::autoDotPath
bool autoDotPath
determine path to dot executable automatically
Definition: optionstate.h:302
MyProject\connect
connect()
Definition: namespaces-multiple.php:5
autolayoutoptionpage.h
Ui::AutoLayoutOptionPage
Definition: ui_autolayoutoptionpage.h:126
Ui_AutoLayoutOptionPage::m_showExportLayout
QCheckBox * m_showExportLayout
Definition: ui_autolayoutoptionpage.h:45
layoutgenerator.h