VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiActiveRegionMappingLogic.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 DtCigiActiveRegionMappingInterface;
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 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)