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"
15 #include "ui_autolayoutoptionpage.h"
16 
24 class AutoLayoutOptionPage : public DialogPageBase, private Ui::AutoLayoutOptionPage
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
AutoLayoutOptionPage::applyClicked
void applyClicked()
AutoLayoutOptionPage
Definition: autolayoutoptionpage.h:25
Settings::AutoLayoutState::showExportLayout
bool showExportLayout
flag for display export layout
Definition: optionstate.h:295
dialogpagebase.h
AutoLayoutOptionPage::~AutoLayoutOptionPage
virtual ~AutoLayoutOptionPage()
Definition: autolayoutoptionpage.cpp:51
DotGenerator::currentDotPath
static QString currentDotPath()
Definition: dotgenerator.cpp:159
Settings::optionState
OptionState & optionState()
Definition: optionstate.cpp:362
Settings::AutoLayoutState::dotPath
QString dotPath
path to dot executable
Definition: optionstate.h:294
AutoLayoutOptionPage::apply
void apply()
Definition: autolayoutoptionpage.cpp:68
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:333
DialogPageBase
Definition: dialogpagebase.h:25
AutoLayoutOptionPage::AutoLayoutOptionPage
AutoLayoutOptionPage(QWidget *parent=0)
Definition: autolayoutoptionpage.cpp:33
Settings::AutoLayoutState::autoDotPath
bool autoDotPath
determine path to dot executable automatically
Definition: optionstate.h:293
MyProject\connect
connect()
Definition: namespaces-multiple.php:5
autolayoutoptionpage.h
layoutgenerator.h