![]() |
VR-Forces 4.0.4 Class Documentation
|
A DtCigiDatabaseMappingPage is the dialog page that contains the database number to file name mapping. More...

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