VR-Forces Development_Version 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 
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 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)