VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiComponentMappingLogic.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2009 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #ifndef DtCigiComponentMappingLogic_H_
11 #define DtCigiComponentMappingLogic_H_
12 
14 
16 
17 #include <QtCore/QStringList>
18 
19 namespace makVrv
20 {
21  class DtDe;
22  class DtCigiComponentMappingInterface;
23  class DtModelSemanticsMapper;
24  class DtMapEditorInterface;
25  class DtSharedCigiSettingsManager;
26  class DtPersistenceControlsInterface;
27  class DtSettingsBackup;
28 
34  {
35  public:
39  componentMapIf, DtCigiSettingsInterface* settingsIf,
40  DtMapEditorInterface* editorIf,
42 
44  virtual ~DtCigiComponentMappingLogic();
45 
46  protected:
48  virtual void updateValues();
49 
51  virtual void on_valueAdded(const std::string& key, const std::string& value, int index);
52 
54  virtual void on_valueDeleted(const std::string& key);
55 
57  virtual void on_valueRenamed(const std::string& oldName, const std::string& newName);
58  virtual void cigiMappingsRestored(const DtSettingsBackup* s);
59 
60  protected:
64 
65  };
66 }
67 
68 #endif
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&#39;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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)