![]() |
VR-Forces Development_Version Class Documentation
|
Main container class for scenario event settings widget and logic. More...

Public Member Functions | |
| DtScenarioEventSettingsPage (makVrv::DtDe &de, QWidget *parent, Qt::WindowFlags f) | |
| CTOR. | |
| virtual | ~DtScenarioEventSettingsPage () |
| 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 by the Pager when this page becomes active. Creates logic. | |
| virtual void | deactivate () |
| Called by the Pager when this page becomes active. Destroys logic. | |
| void | setupGui () |
| Called from constructor. | |
Protected Attributes | |
| DtScenarioEventSettingsWidgetLogic * | myLogic |
| DtScenarioEventSettingsWidget * | myWidget |
| makVrv::DtPersistenceToolbarWidget * | myToolbar |
| QLayout * | myMainLayout |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
Main container class for scenario event settings widget and logic.
| makVrf::DtScenarioEventSettingsPage::DtScenarioEventSettingsPage | ( | makVrv::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 by the Pager when this page becomes active. Creates logic.
Implements makVrv::DtPage.
|
protectedvirtual |
Called by the Pager when this page becomes active. Destroys logic.
Implements makVrv::DtPage.
|
protected |
Called from constructor.
To replace widget class, delete myWidget in subclass constructor and recreate new. Also add widget to myMainLayout
|
protected |
|
protected |
|
protected |
|
protected |