VR-Forces 4.8 Class Documentation
 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 /*********************************************************************
6 ** $RCSfile: DtCigiComponentMappingLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
12 
13 #ifndef DtCigiComponentMappingLogic_H_
14 #define DtCigiComponentMappingLogic_H_
15 
17 
19 
20 #include <QtCore/QStringList>
21 
22 namespace makVrv
23 {
24  class DtDe;
25  class DtCigiComponentMappingInterface;
26  class DtModelSemanticsMapper;
27  class DtMapEditorInterface;
28  class DtSharedCigiSettingsManager;
29  class DtPersistenceControlsInterface;
30  class DtSettingsBackup;
31 
37  {
38  public:
42  componentMapIf, DtCigiSettingsInterface* settingsIf,
43  DtMapEditorInterface* editorIf,
45 
47  virtual ~DtCigiComponentMappingLogic();
48 
49  protected:
51  virtual void updateValues();
52 
54  virtual void on_valueAdded(const std::string& key, const std::string& value, int index);
55 
57  virtual void on_valueDeleted(const std::string& key);
58 
60  virtual void on_valueRenamed(const std::string& oldName, const std::string& newName);
61  virtual void cigiMappingsRestored(const DtSettingsBackup* s);
62 
63  protected:
67 
68  };
69 }
70 
71 #endif
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&#39;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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)