VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiLightPointGroupMappingLogic.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2017 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
13 
14 #include <QtCore/QStringList>
15 
16 namespace makVrv
17 {
18  class DtDe;
19  class DtCigiLightPointGroupMappingInterface;
20  class DtMapEditorInterface;
21  class DtSharedCigiSettingsManager;
22  class DtPersistenceControlsInterface;
23  class DtSettingsBackup;
24 
30  {
31  public:
34  componentMapIf, DtCigiSettingsInterface* settingsIf,
35  DtMapEditorInterface* editorIf,
37 
40 
41  protected:
43  virtual void updateValues();
44 
46  virtual void on_valueAdded(const std::string& key, const std::string& value, int index);
47 
49  virtual void on_valueDeleted(const std::string& key);
50 
52  virtual void on_valueRenamed(const std::string& oldName, const std::string& newName);
53  virtual void cigiMappingsRestored(const DtSettingsBackup* s);
54 
55  protected:
58  QStringList myPossibleValues;
59  };
60 }
61 
This class provides the logic to handle multiple named CIGI settings, including adding, removing, importing, exporting, renaming, etc. them.
Definition: DtCigiSettingsLogic.h:26
DtCigiLightPointGroupMappingInterface & myMapInterface
Definition: DtCigiLightPointGroupMappingLogic.h:56
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
QStringList myPossibleValues
Definition: DtCigiLightPointGroupMappingLogic.h:58
A DtCigiLightPointGroupMappingLogic object provides the logic for a widget that that maps light point...
Definition: DtCigiLightPointGroupMappingLogic.h:29
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:70
DtMapEditorInterface & myEditorInterface
Definition: DtCigiLightPointGroupMappingLogic.h:57
A DtCigiLightPointGroupMappingInterface provides the interface for a widget that maps light point gro...
Definition: DtCigiLightPointGroupMappingInterface.h:20

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)