10 #ifndef DtCigiComponentMappingLogic_H_
11 #define DtCigiComponentMappingLogic_H_
17 #include <QtCore/QStringList>
22 class DtCigiComponentMappingInterface;
23 class DtModelSemanticsMapper;
24 class DtMapEditorInterface;
25 class DtSharedCigiSettingsManager;
26 class DtPersistenceControlsInterface;
27 class DtSettingsBackup;
48 virtual void updateValues();
51 virtual void on_valueAdded(
const std::string& key,
const std::string& value,
int index);
54 virtual void on_valueDeleted(
const std::string& key);
57 virtual void on_valueRenamed(
const std::string& oldName,
const std::string& newName);
This class provides the logic to handle multiple named CIGI settings, including adding, removing, importing, exporting, renaming, etc. them.
Definition: DtCigiSettingsLogic.h:26
A DtCigiSettingsInterface is an abstract interface for a CIGI settings widget. There may be different...
Definition: DtCigiSettingsInterface.h:23
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
DtCigiComponentClass
Definition: DtCigiSettingsRecord.h:15
A DtCigiComponentMappingInterface provides the interface for a widget that maps component IDs to comp...
Definition: DtCigiComponentMappingInterface.h:21
DtCigiComponentMappingInterface & myMapInterface
Definition: DtCigiComponentMappingLogic.h:61
makArchives::DtCigiComponentClass myComponentClass
Definition: DtCigiComponentMappingLogic.h:63
Provides a method of doign settings backup.
Definition: DtSettingsBackup.h:23
Interface for a key/value pair editor GUI.
Definition: DtMapEditorInterface.h:19
Contains makVrv::DtCigiSettingsLogic class.
A DtCigiComponentMappingLogic provides the logic for a widget that maps component ID's to components...
Definition: DtCigiComponentMappingLogic.h:33
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
DtMapEditorInterface & myEditorInterface
Definition: DtCigiComponentMappingLogic.h:62