13 #ifndef DtCigiComponentMappingLogic_H_
14 #define DtCigiComponentMappingLogic_H_
20 #include <QtCore/QStringList>
25 class DtCigiComponentMappingInterface;
26 class DtModelSemanticsMapper;
27 class DtMapEditorInterface;
28 class DtSharedCigiSettingsManager;
29 class DtPersistenceControlsInterface;
30 class DtSettingsBackup;
51 virtual void updateValues();
54 virtual void on_valueAdded(
const std::string& key,
const std::string& value,
int index);
57 virtual void on_valueDeleted(
const std::string& key);
60 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.
Definition: DtCigiSettingsLogic.h:29
A DtCigiSettingsInterface is an abstract interface for a CIGI settings widget.
Definition: DtCigiSettingsInterface.h:26
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:26
DtCigiComponentMappingInterface & myMapInterface
Definition: DtCigiComponentMappingLogic.h:64
makArchives::DtCigiComponentClass myComponentClass
Definition: DtCigiComponentMappingLogic.h:66
Provides a method of doign settings backup.
Definition: DtSettingsBackup.h:26
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:36
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtMapEditorInterface & myEditorInterface
Definition: DtCigiComponentMappingLogic.h:65