![]() |
VR-Forces 4.3 Class Documentation
|
Page for aggregate settings, coordinates logic and widget instantiation. More...

Public Member Functions | |
| DtAggregateSettingsPage (DtDe &de, QWidget *parent, Qt::WindowFlags f=0) | |
| CTOR. | |
| virtual | ~DtAggregateSettingsPage () |
| 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 () |
| Get the class name of the class. | |
Protected Member Functions | |
| void | setupGui () |
| Create the widgets and layout. | |
| virtual void | activate () |
| Enable the contents in this page. | |
| virtual void | deactivate () |
| Disable the contents in this page. | |
Protected Attributes | |
| DtAggregateSettingsLogic * | myLogic |
| DtAggregateSettingsWidget * | myWidget |
| DtPersistenceToolbarWidget * | myToolbar |
| DtDe & | myDe |
| QVBoxLayout * | myMainLayout |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
Page for aggregate settings, coordinates logic and widget instantiation.
| makVrv::DtAggregateSettingsPage::DtAggregateSettingsPage | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = 0 |
||
| ) |
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 |
Get the class name of the class.
|
protected |
Create the widgets and layout.
Reimplemented in makVrf::DtVrfAggregateSettingsPage.
|
protectedvirtual |
Enable the contents in this page.
Implements makVrv::DtPage.
Reimplemented in makVrf::DtVrfAggregateSettingsPage.
|
protectedvirtual |
Disable the contents in this page.
Implements makVrv::DtPage.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |