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

Public Member Functions | |
| DtTacticalGraphicsSettingsPage (DtDe &de, QWidget *parent, Qt::WindowFlags f=0) | |
| CTOR. | |
| virtual | ~DtTacticalGraphicsSettingsPage () |
| 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. | |
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 | |
| DtTacticalGraphicsSettingsLogic * | myLogic |
| DtTacticalGraphicsSettingsWidget * | myWidget |
| DtPersistenceToolbarWidget * | myToolbar |
| DtDe & | myDe |
| QLayout * | myMainLayout |
Page for tactical graphics settings, coordinates logic and widget instantiation.
| makVrv::DtTacticalGraphicsSettingsPage::DtTacticalGraphicsSettingsPage | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = 0 |
||
| ) |
CTOR.
| virtual makVrv::DtTacticalGraphicsSettingsPage::~DtTacticalGraphicsSettingsPage | ( | ) | [virtual] |
DTOR.
| virtual QIcon makVrv::DtTacticalGraphicsSettingsPage::icon | ( | ) | [virtual] |
Get the icon of the page.
Implements makVrv::DtPage.
| virtual QString makVrv::DtTacticalGraphicsSettingsPage::title | ( | ) | [virtual] |
Get the title of the page.
Implements makVrv::DtPage.
| virtual const std::string& makVrv::DtTacticalGraphicsSettingsPage::pageClassName | ( | ) | const [virtual] |
Get the class name of the page.
Implements makVrv::DtPage.
| static const std::string& makVrv::DtTacticalGraphicsSettingsPage::thePageClassName | ( | ) | [static] |
Get the class name of the class.
| void makVrv::DtTacticalGraphicsSettingsPage::setupGui | ( | ) | [protected] |
Create the widgets and layout.
| virtual void makVrv::DtTacticalGraphicsSettingsPage::activate | ( | ) | [protected, virtual] |
Enable the contents in this page.
Implements makVrv::DtPage.
| virtual void makVrv::DtTacticalGraphicsSettingsPage::deactivate | ( | ) | [protected, virtual] |
Disable the contents in this page.
Implements makVrv::DtPage.
DtDe& makVrv::DtTacticalGraphicsSettingsPage::myDe [protected] |
Reimplemented from makVrv::DtPage.
QLayout* makVrv::DtTacticalGraphicsSettingsPage::myMainLayout [protected] |