umbrello  2.32.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
codeimportoptionspage.h
Go to the documentation of this file.
1 /***************************************************************************
2  * Copyright (C) 2011-2014 by Ralf Habacker <ralf.habacker@freenet.de> *
3  * *
4  * This is free software; you can redistribute it and/or modify *
5  * it under the terms of the GNU General Public License as published by *
6  * the Free Software Foundation; either version 2, or (at your option) *
7  * any later version. *
8  * *
9  * This software is distributed in the hope that it will be useful, *
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
12  * GNU General Public License for more details. *
13  * *
14  * You should have received a copy of the GNU General Public License *
15  * along with this package; see the file COPYING. If not, write to *
16  * the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, *
17  * Boston, MA 02110-1301, USA. *
18  ***************************************************************************/
19 
20 #ifndef CODEIMPORTOPTIONSPAGE_H
21 #define CODEIMPORTOPTIONSPAGE_H
22 
23 #include "dialogpagebase.h"
25 
33 {
34  Q_OBJECT
35 public:
36  explicit CodeImportOptionsPage(QWidget *parent = 0);
38  void setDefaults();
39  void apply();
40 
41 signals:
42  void applyClicked();
43 
44 protected:
45 };
46 
47 #endif
CodeImportOptionsPage::applyClicked
void applyClicked()
Definition: moc_codeimportoptionspage.cpp:129
Settings::CodeImportState::createArtifacts
bool createArtifacts
Definition: optionstate.h:282
CodeImportOptionsPage::setDefaults
void setDefaults()
Definition: codeimportoptionspage.cpp:52
CodeImportOptionsPage::CodeImportOptionsPage
CodeImportOptionsPage(QWidget *parent=0)
Definition: codeimportoptionspage.cpp:33
ui_codeimportoptionspage.h
dialogpagebase.h
CodeImportOptionsPage::apply
void apply()
Definition: codeimportoptionspage.cpp:64
optionstate.h
Settings::optionState
OptionState & optionState()
Definition: optionstate.cpp:370
DialogPageBase
Definition: dialogpagebase.h:24
Ui_CodeImportOptionsPage::resolveDependenciesCheckBox
QCheckBox * resolveDependenciesCheckBox
Definition: ui_codeimportoptionspage.h:43
Settings::CodeImportState
Definition: optionstate.h:267
Ui_CodeImportOptionsPage::createArtifactCheckBox
QCheckBox * createArtifactCheckBox
Definition: ui_codeimportoptionspage.h:42
Ui_CodeImportOptionsPage::setupUi
void setupUi(QWidget *CodeImportOptionsPage)
Definition: ui_codeimportoptionspage.h:46
CodeImportOptionsPage
Definition: codeimportoptionspage.h:32
Ui_CodeImportOptionsPage::supportCPP11CheckBox
QCheckBox * supportCPP11CheckBox
Definition: ui_codeimportoptionspage.h:44
Ui::CodeImportOptionsPage
Definition: ui_codeimportoptionspage.h:119
Settings::CodeImportState::supportCPP11
bool supportCPP11
Definition: optionstate.h:284
CodeImportOptionsPage::~CodeImportOptionsPage
~CodeImportOptionsPage()
Definition: codeimportoptionspage.cpp:45
Settings::CodeImportState::resolveDependencies
bool resolveDependencies
Definition: optionstate.h:283
codeimportoptionspage.h
Settings::OptionState::codeImportState
CodeImportState codeImportState
Definition: optionstate.h:340