VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiObserverModeMappingLogic.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2014 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 DtCigiObserverModeMappingInterface;
20  class DtMapEditorInterface;
21  class DtSharedCigiSettingsManager;
22  class DtPersistenceControlsInterface;
23  class DtSettingsBackup;
24 
29  {
30  public:
33  componentMapIf, DtCigiSettingsInterface* settingsIf,
34  DtMapEditorInterface* editorIf,
36 
39 
40  protected:
42  virtual void updateValues();
43 
45  virtual void initializeStateStrings();
46 
48  virtual void on_valueAdded(const std::string& key, const std::string& value, int index);
49 
51  virtual void on_valueDeleted(const std::string& key);
52 
54  virtual void on_valueRenamed(const std::string& oldName, const std::string& newName);
55  virtual void cigiMappingsRestored(const DtSettingsBackup* s);
56 
57  protected:
60  QStringList myStateStrings;
61  };
62 }
This class provides the logic to handle multiple named CIGI settings, including adding, removing, importing, exporting, renaming, etc. them.
Definition: DtCigiSettingsLogic.h:26
DtCigiObserverModeMappingInterface & myMapInterface
Definition: DtCigiObserverModeMappingLogic.h:58
QStringList myStateStrings
Definition: DtCigiObserverModeMappingLogic.h:60
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
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
A DtCigiObserverModeMappingLogic object provides the logic for a widget that maps observer mode numbe...
Definition: DtCigiObserverModeMappingLogic.h:28
A DtCigiObserverModeMappingInterface provides the interface for a widget that maps observer mode numb...
Definition: DtCigiObserverModeMappingInterface.h:19
DtMapEditorInterface & myEditorInterface
Definition: DtCigiObserverModeMappingLogic.h:59

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)