![]() |
VR-Forces 4.3 Class Documentation
|
A page which has the feature settings. More...

Public Member Functions | |
| DtFeatureSettingsPage (DtDe &de, QWidget *parent, Qt::WindowFlags f) | |
| CTOR. | |
| virtual | ~DtFeatureSettingsPage () |
| DTOR. | |
| virtual QIcon | icon () |
| Get the icon of the page. | |
| virtual QString | title () |
| Get the title of the page. | |
| virtual const std::string & | pageClassName () const |
| Get the class name of the page. | |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR for page. | |
| virtual | ~DtPage () |
| DTOR for page. | |
Static Public Member Functions | |
| static const std::string & | thePageClassName () |
| Static accessor for the class name. | |
Protected Member Functions | |
| virtual void | activate () |
| Called when the page is displayed. | |
| virtual void | deactivate () |
| Called when the page is hidden. | |
| void | setupGui () |
| Sets up the widget's fields. | |
Protected Attributes | |
| DtVirtualBaseClass * | myLogic |
| QVBoxLayout * | myMainLayout |
| QVBoxLayout * | myContentsLayout |
| DtPersistenceToolbarWidget * | myPersistenceToolbarWidget |
| DtFeatureColorEditorWidget * | myColorEditorWidget |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
Friends | |
| class | DtQtPageCollection |
A page which has the feature settings.
| makVrv::DtFeatureSettingsPage::DtFeatureSettingsPage | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Get the icon of the page.
Implements makVrv::DtPage.
|
virtual |
Get the title of the page.
Implements makVrv::DtPage.
|
virtual |
Get the class name of the page.
Implements makVrv::DtPage.
|
static |
Static accessor for the class name.
|
protectedvirtual |
Called when the page is displayed.
Implements makVrv::DtPage.
|
protectedvirtual |
Called when the page is hidden.
Implements makVrv::DtPage.
|
protected |
Sets up the widget's fields.
Non-virtual (Called from CTOR).
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |