![]() |
VR-Forces Development_Version Class Documentation
|
Page for radio communications settings; coordinates logic and widget instantiation. More...

Public Member Functions | |
| DtRadioCommunicationsSettingsPage (DtDe &de, QWidget *parent, Qt::WindowFlags f=0) | |
| CTOR. | |
| virtual | ~DtRadioCommunicationsSettingsPage () |
| 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. | |
| virtual DtRadioCommunicationsSettingsLogic * | createLogic () |
| Instantiate logic for the page. | |
Protected Attributes | |
| DtPersistenceToolbarWidget * | myToolbar |
| DtRadioCommunicationsSettingsLogic * | myLogic |
| DtRadioCommunicationsSettingsWidget * | myWidget |
| QLayout * | myMainLayout |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
Page for radio communications settings; coordinates logic and widget instantiation.
| makVrv::DtRadioCommunicationsSettingsPage::DtRadioCommunicationsSettingsPage | ( | 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.
Non-virtual (Called from CTOR)
|
protectedvirtual |
Enable the contents in this page.
Implements makVrv::DtPage.
|
protectedvirtual |
Disable the contents in this page.
Implements makVrv::DtPage.
|
protectedvirtual |
Instantiate logic for the page.
|
protected |
|
protected |
|
protected |
|
protected |