VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
12 #include <vrvCigiQt/vrvCigiQt.h>
14 
15 #include <QtCore/QStringList>
16 
17 namespace makVrv
18 {
19  class DtDe;
20  class DtCigiObserverModeMappingInterface;
21  class DtMapEditorInterface;
22  class DtSharedCigiSettingsManager;
23  class DtPersistenceControlsInterface;
24  class DtSettingsBackup;
25 
30  {
31  public:
34  componentMapIf, DtCigiSettingsInterface* settingsIf,
35  DtMapEditorInterface* editorIf,
37 
40 
41  protected:
43  virtual void updateValues();
44 
46  virtual void initializeStateStrings();
47 
49  virtual void on_valueAdded(const std::string& key, const std::string& value, int index);
50 
52  virtual void on_valueDeleted(const std::string& key);
53 
55  virtual void on_valueRenamed(const std::string& oldName, const std::string& newName);
56  virtual void cigiMappingsRestored(const DtSettingsBackup* s);
57 
58  protected:
61  QStringList myStateStrings;
62  };
63 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)