umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Signals | Public Member Functions | List of all members
CodeImportOptionsPage Class Reference

#include <codeimportoptionspage.h>

Inheritance diagram for CodeImportOptionsPage:
Collaboration diagram for CodeImportOptionsPage:

Signals

void applyClicked ()
 

Public Member Functions

 CodeImportOptionsPage (QWidget *parent=0)
 
 ~CodeImportOptionsPage ()
 
void setDefaults ()
 
void apply ()
 
- Public Member Functions inherited from DialogPageBase
 DialogPageBase (QWidget *parent)
 
virtual ~DialogPageBase ()
 
virtual bool isModified ()
 

Additional Inherited Members

- Protected Member Functions inherited from DialogPageBase
virtual void keyPressEvent (QKeyEvent *event)
 
- Protected Attributes inherited from DialogPageBase
bool m_isModified
 
- Private Member Functions inherited from Ui_CodeImportOptionsPage
void setupUi (QWidget *CodeImportOptionsPage)
 
void retranslateUi (QWidget *CodeImportOptionsPage)
 
- Private Attributes inherited from Ui_CodeImportOptionsPage
QGridLayout * gridLayout_2
 
QVBoxLayout * verticalLayout_3
 
QGroupBox * groupBox_2
 
QLabel * label
 
QGroupBox * groupBox
 
QGridLayout * gridLayout
 
QVBoxLayout * verticalLayout_2
 
QVBoxLayout * verticalLayout
 
QCheckBox * createArtifactCheckBox
 
QCheckBox * resolveDependenciesCheckBox
 
QCheckBox * supportCPP11CheckBox
 

Detailed Description

This class is used in the code generation wizard and also in SettingsDialog.

Author
Ralf Habacker

Constructor & Destructor Documentation

◆ CodeImportOptionsPage()

CodeImportOptionsPage::CodeImportOptionsPage ( QWidget *  parent = 0)
explicit

Constructor.

Parameters
parentthe parent (wizard) of this wizard page
Here is the call graph for this function:

◆ ~CodeImportOptionsPage()

CodeImportOptionsPage::~CodeImportOptionsPage ( )

destructor

Member Function Documentation

◆ apply()

void CodeImportOptionsPage::apply ( )

Reads the set values from their corresponding widgets, writes them back to the data structure, and notifies clients.

Here is the call graph for this function:

◆ applyClicked

void CodeImportOptionsPage::applyClicked ( )
signal

◆ setDefaults()

void CodeImportOptionsPage::setDefaults ( )

sets default values


The documentation for this class was generated from the following files: