![]() |
VR-Forces 4.0.4 Class Documentation
|
A DtCigiDatabaseMappingLogic object provides the logic for a widget that maps database numbers to file names for CIGI IG control messages. More...

Public Member Functions | |
| DtCigiDatabaseMappingLogic (DtDe &de, DtCigiDatabaseMappingInterface *componentMapIf, DtCigiSettingsInterface *settingsIf, DtMapEditorInterface *editorIf, DtPersistenceControlsInterface *toolbarIf) | |
| Constructor. | |
| virtual | ~DtCigiDatabaseMappingLogic () |
| Destructor. | |
Protected Member Functions | |
| virtual void | updateValues () |
| Updates the GUI from the shared settings. | |
| virtual void | on_valueAdded (const std::string &key, const std::string &value, int index) |
| Called when a mapping is added. | |
| virtual void | on_valueDeleted (const std::string &key) |
| Called when a mapping is removed. | |
| virtual void | on_valueRenamed (const std::string &oldName, const std::string &newName) |
| Called when a mapping is renamed. | |
| virtual void | cigiMappingsRestored (const DtSettingsBackup *s) |
Protected Attributes | |
| DtCigiDatabaseMappingInterface & | myMapInterface |
| DtMapEditorInterface & | myEditorInterface |
| QStringList | myPossibleValues |
A DtCigiDatabaseMappingLogic object provides the logic for a widget that maps database numbers to file names for CIGI IG control messages.
| makVrv::DtCigiDatabaseMappingLogic::DtCigiDatabaseMappingLogic | ( | DtDe & | de, |
| DtCigiDatabaseMappingInterface * | componentMapIf, | ||
| DtCigiSettingsInterface * | settingsIf, | ||
| DtMapEditorInterface * | editorIf, | ||
| DtPersistenceControlsInterface * | toolbarIf | ||
| ) |
Constructor.
| virtual makVrv::DtCigiDatabaseMappingLogic::~DtCigiDatabaseMappingLogic | ( | ) | [virtual] |
Destructor.
| virtual void makVrv::DtCigiDatabaseMappingLogic::updateValues | ( | ) | [protected, virtual] |
Updates the GUI from the shared settings.
Reimplemented from makVrv::DtCigiSettingsLogic.
| virtual void makVrv::DtCigiDatabaseMappingLogic::on_valueAdded | ( | const std::string & | key, |
| const std::string & | value, | ||
| int | index | ||
| ) | [protected, virtual] |
Called when a mapping is added.
| virtual void makVrv::DtCigiDatabaseMappingLogic::on_valueDeleted | ( | const std::string & | key | ) | [protected, virtual] |
Called when a mapping is removed.
| virtual void makVrv::DtCigiDatabaseMappingLogic::on_valueRenamed | ( | const std::string & | oldName, |
| const std::string & | newName | ||
| ) | [protected, virtual] |
Called when a mapping is renamed.
| virtual void makVrv::DtCigiDatabaseMappingLogic::cigiMappingsRestored | ( | const DtSettingsBackup * | s | ) | [protected, virtual] |
QStringList makVrv::DtCigiDatabaseMappingLogic::myPossibleValues [protected] |