![]() |
VR-Forces Developer's Guide
|
The example page that will be inserted into the Dialog. This page contains a widget that also implements the logic. The widget is created at construction of this page and destroyed with the page. For this example, the widget has a single check box and the logic just changes the label case on the check box while printing it to the console in upper/lower case when checked/unchecked respectively.

Public Member Functions | |
| ExampleExtendDialogPage (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=Qt::Widget) | |
| virtual | ~ExampleExtendDialogPage () |
Public Member Functions inherited from makVrv::DtLoaderSettingsPage | |
| DtLoaderSettingsPage (DtDe &de, QWidget *parent, Qt::WindowFlags f=0) | |
| virtual | ~DtLoaderSettingsPage () |
| virtual QIcon | icon () |
| virtual DtQIconConfigurations | qIconConfigurations () const |
| virtual QString | title () |
| virtual const std::string & | pageClassName () const |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| virtual | ~DtPage () |
| virtual PageAction | pageAction () |
| virtual void | setPageAction (PageAction action) |
| virtual void | setActionFlag (int flag) |
| virtual int | actionFlag () |
| virtual void | setParentDialog (QWidget *paraentDialog) |
| virtual QWidget * | parentDialog () |
| virtual bool | shouldAskBeforeAction (PageAction action) |
| virtual void | askBeforeAction () |
| virtual void | executeAfterAsk (bool revert) |
| virtual void | resumeLastAction () |
| virtual void | onCloseEvent () |
| virtual void | onSwitchEvent () |
Private Attributes | |
| CheckBoxAdder * | myCheckBox |
Additional Inherited Members | |
Public Types inherited from makVrv::DtPage | |
| enum | PageAction { None = 0x0000, Switching = 0x0001, Closing = 0x0010 } |
Static Public Member Functions inherited from makVrv::DtLoaderSettingsPage | |
| static const std::string & | thePageClassName () |
Protected Member Functions inherited from makVrv::DtLoaderSettingsPage | |
| void | setupGui () |
| virtual void | activate () |
| virtual void | deactivate () |
Protected Attributes inherited from makVrv::DtLoaderSettingsPage | |
| DtLoaderSettingsLogic * | myLogic |
| DtLoaderSettingsWidget * | myWidget |
| DtPersistenceToolbarWidget * | myToolbar |
| QLayout * | myMainLayout |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
| QWidget * | myParentDialog |
| PageAction | myCurrentPageAction |
| int | myActionFlag |
| ExampleExtendDialogPage::ExampleExtendDialogPage | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
CTOR.
This constructor creates the main widget of the ExampleExtendDialogPage.
|
virtual |
Virtual DTOR.
|
private |