![]() |
VR-Forces 4.0.4 Class Documentation
|
A DtCigiSystemComponentMappingPage is the dialog page that contains the component ID to component mapping for CIGI System component controls. More...

Public Member Functions | |
| DtCigiSystemComponentMappingPage (DtDe &de, QWidget *parent, Qt::WindowFlags f=0) | |
| Constructor. | |
| virtual | ~DtCigiSystemComponentMappingPage () |
| Destructor. | |
| 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 () |
| Constructs the page. | |
| virtual void | activate () |
| Called by the Pager when this page becomes active. | |
| virtual void | deactivate () |
| Called by the Pager when this page becomes active. | |
Protected Attributes | |
| DtDe & | myDe |
| DtCigiComponentMappingWidget * | myMapWidget |
A DtCigiSystemComponentMappingPage is the dialog page that contains the component ID to component mapping for CIGI System component controls.
| makVrv::DtCigiSystemComponentMappingPage::DtCigiSystemComponentMappingPage | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
| virtual makVrv::DtCigiSystemComponentMappingPage::~DtCigiSystemComponentMappingPage | ( | ) | [virtual] |
Destructor.
| virtual QIcon makVrv::DtCigiSystemComponentMappingPage::icon | ( | ) | [virtual] |
Get the icon of the page.
Implements makVrv::DtPage.
| virtual QString makVrv::DtCigiSystemComponentMappingPage::title | ( | ) | [virtual] |
Get the title of the page.
Implements makVrv::DtPage.
| virtual const std::string& makVrv::DtCigiSystemComponentMappingPage::pageClassName | ( | ) | const [virtual] |
Get the class name of the page.
Implements makVrv::DtPage.
| static const std::string& makVrv::DtCigiSystemComponentMappingPage::thePageClassName | ( | ) | [static] |
Get the class name of the class.
| void makVrv::DtCigiSystemComponentMappingPage::setupGui | ( | ) | [protected] |
Constructs the page.
| virtual void makVrv::DtCigiSystemComponentMappingPage::activate | ( | ) | [protected, virtual] |
Called by the Pager when this page becomes active.
Implements makVrv::DtPage.
| virtual void makVrv::DtCigiSystemComponentMappingPage::deactivate | ( | ) | [protected, virtual] |
Called by the Pager when this page becomes active.
Implements makVrv::DtPage.
DtDe& makVrv::DtCigiSystemComponentMappingPage::myDe [protected] |
Reimplemented from makVrv::DtPage.