14 #include <QtCore/QStringList>
19 class DtCigiFontMappingInterface;
20 class DtMapEditorInterface;
21 class DtSharedCigiSettingsManager;
22 class DtPersistenceControlsInterface;
23 class DtSettingsBackup;
43 virtual void updateValues();
46 virtual void on_valueAdded(
const std::string& key,
const std::string& value,
int index);
49 virtual void on_valueDeleted(
const std::string& key);
52 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 DtCigiFontMappingInterface provides the interface for a widget that maps font numbers to font strin...
Definition: DtCigiFontMappingInterface.h:20
DtCigiFontMappingInterface & myMapInterface
Definition: DtCigiFontMappingLogic.h:65
A DtCigiSettingsInterface is an abstract interface for a CIGI settings widget. There may be different...
Definition: DtCigiSettingsInterface.h:23
A DtCigiFontMappingLogic object provides the logic for a widget that maps font numbers to Font string...
Definition: DtCigiFontMappingLogic.h:28
QStringList myPossibleValues
Definition: DtCigiFontMappingLogic.h:67
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
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.
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:72
DtMapEditorInterface & myEditorInterface
Definition: DtCigiFontMappingLogic.h:66