![]() |
VR-Forces 5.0.3 Developer's Guide
|

Public Member Functions | |
| DtChoicePage (makVrv::DtDe &, QWidget *, const Qt::WindowFlags &f=0) | |
| virtual | ~DtChoicePage () |
Public Member Functions inherited from DtWizardPage | |
| DtWizardPage (makVrv::DtDe &, QWidget *, const Qt::WindowFlags &f=0) | |
| virtual | ~DtWizardPage () |
| virtual bool | isLastPage () const |
| virtual bool | showFinishButton () const |
| virtual void | cancel () |
| virtual void | keyPressEvent (QKeyEvent *) |
| virtual void | setTitle (const QString &) |
| virtual void | setDescription (const QString &) |
| virtual void | showTitle (bool) |
| virtual void | showDescription (bool) |
Public Attributes | |
| QWidget * | myChoiceWidget |
| QRadioButton * | myCreateNew |
| QRadioButton * | myCreateFromExisting |
| DtWizardPage * | myNextPage |
Public Attributes inherited from DtWizardPage | |
| QLabel * | myTitle |
| QWidget * | myContents |
| QVBoxLayout * | myContentsLayout |
| QVBoxLayout * | myMainLayout |
| QLabel * | myDescription |
Protected Member Functions | |
| virtual DtWizardPage * | nextPage (QWidget *p) |
| virtual bool | pageComplete () const |
| virtual bool | nextPageComplete () const |
| virtual void | execute () |
| virtual DtSimulationModelSetSelectionPage * | createSimulationModelSetSelectionPage (QWidget *p) |
| virtual DtExistingModelSetPage * | createExistingModelSetPage (QWidget *p, DtNewModelSetPage *nextPage, const QString &title, bool shallowCopyOnly=false) |
Protected Attributes | |
| bool | myCreateNewWasChecked |
Protected Attributes inherited from DtWizardPage | |
| DtWizardPage * | myNextPage |
| makVrv::DtDe & | myDe |
Additional Inherited Members | |
Signals inherited from DtWizardPage | |
| void | pageCompleted (bool) |
| void | returnPressed () |
| void | backPage () |
| void | rejected () |
| DtChoicePage::DtChoicePage | ( | makVrv::DtDe & | , |
| QWidget * | , | ||
| const Qt::WindowFlags & | f = 0 |
||
| ) |
|
virtual |
|
protectedvirtual |
Reimplemented from DtWizardPage.
|
inlineprotectedvirtual |
Reimplemented from DtWizardPage.
|
inlineprotectedvirtual |
Reimplemented from DtWizardPage.
|
protectedvirtual |
Reimplemented from DtWizardPage.
|
protectedvirtual |
|
protectedvirtual |
| QWidget* DtChoicePage::myChoiceWidget |
| QRadioButton* DtChoicePage::myCreateNew |
| QRadioButton* DtChoicePage::myCreateFromExisting |
| DtWizardPage* DtChoicePage::myNextPage |
|
protected |