![]() |
VR-Forces Developer's Guide
|
A DtCigiFontMappingLogic object provides the logic for a widget that maps font numbers to Font strings for CIGI Text Symbol definitions.

Public Member Functions | |
| DtCigiFontMappingLogic (DtDe &de, DtCigiFontMappingInterface *componentMapIf, DtCigiSettingsInterface *settingsIf, DtMapEditorInterface *editorIf, DtPersistenceControlsInterface *toolbarIf) | |
| virtual | ~DtCigiFontMappingLogic () |
Public Member Functions inherited from makVrv::DtCigiSettingsLogic | |
| DtCigiSettingsLogic (DtDe &de, DtCigiSettingsInterface *settingsIf, DtPersistenceControlsInterface *toolbarIf) | |
| virtual | ~DtCigiSettingsLogic () |
Protected Member Functions | |
| virtual void | updateValues () |
| virtual void | on_valueAdded (const std::string &key, const std::string &value, int index) |
| virtual void | on_valueDeleted (const std::string &key) |
| virtual void | on_valueRenamed (const std::string &oldName, const std::string &newName) |
| virtual void | cigiMappingsRestored (const DtSettingsBackup *s) |
Protected Member Functions inherited from makVrv::DtCigiSettingsLogic | |
| virtual void | on_newSettingsRequested () |
| virtual void | on_deleteSettingsRequested (const std::string &mapperName) |
| virtual void | on_renameSettingsRequested (const std::string &oldName, const std::string &newName) |
| virtual void | on_currentSettingsChanged (const std::string &name) |
| virtual void | on_pageEnabled (bool trueFalse) |
| virtual std::string | generateName () const |
| virtual void | on_import () |
| virtual void | on_importFilenameChosen (const std::string &name) |
| virtual void | on_export () |
| virtual void | on_exportFilenameChosen (const std::string &name) |
| virtual void | on_settingsToBeDeletedExternal (const std::string &name) |
| int | stringToInt (const std::string &str) |
Protected Attributes | |
| DtCigiFontMappingInterface & | myMapInterface |
| DtMapEditorInterface & | myEditorInterface |
| QStringList | myPossibleValues |
Protected Attributes inherited from makVrv::DtCigiSettingsLogic | |
| DtDe & | myDe |
| DtCigiSettingsInterface & | mySettingsInterface |
| DtPersistenceControlsInterface & | myToolbarInterface |
| DtSharedCigiSettingsManager & | mySettingsManager |
| DtSignalConnectionManager | myConnectionManager |
Private Member Functions | |
| DtCigiFontMappingLogic () | |
| DtCigiFontMappingLogic (const DtCigiFontMappingLogic &) | |
| DtCigiFontMappingLogic & | operator= (const DtCigiFontMappingLogic &) |
| makVrv::DtCigiFontMappingLogic::DtCigiFontMappingLogic | ( | DtDe & | de, |
| DtCigiFontMappingInterface * | componentMapIf, | ||
| DtCigiSettingsInterface * | settingsIf, | ||
| DtMapEditorInterface * | editorIf, | ||
| DtPersistenceControlsInterface * | toolbarIf | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
private |
Default CTOR not implemented.
|
private |
CCTOR not implemented.
|
protectedvirtual |
Updates the GUI from the DtSharedCigiSettings.
Reimplemented from makVrv::DtCigiSettingsLogic.
|
protectedvirtual |
Called when a value pair is to be added to the mapping.
|
protectedvirtual |
Called when a mapping is deleted.
|
protectedvirtual |
Called when a mapping is renamed.
|
protectedvirtual |
|
private |
Assignment operator not implemented.
|
protected |
|
protected |
|
protected |