#include <wizard.h>
Public Member Functions | |
Step4 (Wizard *parent, const QHash< QString, Input * > &modelData) | |
void | init () |
Private Slots | |
void | diagramModeChanged (int) |
void | setClassGraphEnabled (int state) |
void | setCollaborationGraphEnabled (int state) |
void | setGraphicalHierarchyEnabled (int state) |
void | setIncludeGraphEnabled (int state) |
void | setIncludedByGraphEnabled (int state) |
void | setCallGraphEnabled (int state) |
void | setCallerGraphEnabled (int state) |
Private Attributes | |
QGroupBox * | m_diagramMode |
QButtonGroup * | m_diagramModeGroup |
QGroupBox * | m_dotGroup |
QCheckBox * | m_dotClass |
QCheckBox * | m_dotCollaboration |
QCheckBox * | m_dotInclude |
QCheckBox * | m_dotIncludedBy |
QCheckBox * | m_dotInheritance |
QCheckBox * | m_dotCall |
QCheckBox * | m_dotCaller |
Wizard * | m_wizard |
const QHash< QString, Input * > & | m_modelData |
Definition at line 1084 of file wizard.cpp.
|
privateslot |
Definition at line 1156 of file wizard.cpp.
void Step4::init | ( | ) |
Definition at line 1211 of file wizard.cpp.
|
privateslot |
Definition at line 1206 of file wizard.cpp.
|
privateslot |
Definition at line 1201 of file wizard.cpp.
|
privateslot |
Definition at line 1176 of file wizard.cpp.
|
privateslot |
Definition at line 1181 of file wizard.cpp.
|
privateslot |
Definition at line 1186 of file wizard.cpp.
|
privateslot |
Definition at line 1196 of file wizard.cpp.
|
privateslot |
Definition at line 1191 of file wizard.cpp.