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

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