![]() |
VR-Forces 4.3 Class Documentation
|
A DtCigiDatabaseMappingWidget provides the widget that shows the mapping from database number to filename for IG control messages. More...

Public Member Functions | |
| DtCigiDatabaseMappingWidget (DtDe &de, QWidget *parent, const QString &pageTitle) | |
| Constructor. | |
| virtual | ~DtCigiDatabaseMappingWidget () |
| Destructor. | |
| virtual void | askUserForDatabaseMapping () |
| Prompt the user for a new mapping. | |
Public Member Functions inherited from makVrv::DtCigiSettingsWidget | |
| DtCigiSettingsWidget (DtDe &de, QWidget *parent, const QString &pageTitle="") | |
| Constructor. | |
| virtual | ~DtCigiSettingsWidget () |
| Destructor. | |
| virtual void | addSettings (const std::string &name) |
| Adds new settings with the specified name. | |
| virtual void | removeSettings (const std::string &name) |
| Removes settings. | |
| virtual void | setCurrentSettings (const std::string &name) |
| Changes the current settings. | |
| virtual void | setSettings (const std::vector< std::string > &nameList) |
| Sets all settings names. Called on startup. | |
Public Member Functions inherited from makVrv::DtCigiSettingsInterface | |
| virtual | ~DtCigiSettingsInterface () |
| Destructor. | |
Public Member Functions inherited from makVrv::DtCigiDatabaseMappingInterface | |
| DtCigiDatabaseMappingInterface () | |
| Constructor. | |
| virtual | ~DtCigiDatabaseMappingInterface () |
| Destructor. | |
Protected Member Functions | |
| void | setupGui () |
Protected Member Functions inherited from makVrv::DtCigiSettingsWidget | |
| virtual QString | currentInstance () const |
Protected Attributes | |
| DtCigiDatabaseMappingLogic * | myLogic |
| DtMapEditorWidget * | myMapWidget |
| QDialogButtonBox * | myAddButtons |
Protected Attributes inherited from makVrv::DtCigiSettingsWidget | |
| DtDe & | myDe |
| DtSelectInstanceWidget * | mySelectInstanceWidget |
| DtPersistenceToolbarWidget * | myImportExportWidget |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtCigiSettingsInterface | |
| boost::signal< void(bool)> | signal_pageEnabled |
| boost::signal< void(const std::string &)> | signal_currentSettingsChanged |
| boost::signal< void() > | signal_newSettingsRequested |
| boost::signal< void(const std::string &)> | signal_deleteSettingsRequested |
| boost::signal< void(const std::string &, const std::string &)> | signal_renameSettingsRequested |
Protected Slots inherited from makVrv::DtCigiSettingsWidget | |
| virtual void | on_mySelectInstanceWidget_currentIndexChanged (int index) |
| virtual void | onNewInstanceRequested () |
| virtual void | onDeleteInstanceRequested () |
| virtual void | onRenameInstanceRequested () |
A DtCigiDatabaseMappingWidget provides the widget that shows the mapping from database number to filename for IG control messages.
| makVrv::DtCigiDatabaseMappingWidget::DtCigiDatabaseMappingWidget | ( | DtDe & | de, |
| QWidget * | parent, | ||
| const QString & | pageTitle | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Prompt the user for a new mapping.
Implements makVrv::DtCigiDatabaseMappingInterface.
|
protected |
Reimplemented from makVrv::DtCigiSettingsWidget.
|
protected |
|
protected |
|
protected |