![]() |
VR-Forces 4.0.4 Class Documentation
|
The example page that will be inserted into the Dialog. More...

Public Member Functions | |
| ExampleExtendDialogPage (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=Qt::Widget) | |
| CTOR. | |
| virtual | ~ExampleExtendDialogPage () |
| Virtual DTOR. | |
Private Attributes | |
| CheckBoxAdder * | myCheckBox |
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.
| ExampleExtendDialogPage::ExampleExtendDialogPage | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
CTOR.
This constructor creates the main widget of the ExampleExtendDialogPage.
| virtual ExampleExtendDialogPage::~ExampleExtendDialogPage | ( | ) | [virtual] |
Virtual DTOR.
CheckBoxAdder* ExampleExtendDialogPage::myCheckBox [private] |