VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
12 #include <vrvCigiQt/vrvCigiQt.h>
14 
15 #include <QtCore/QStringList>
16 
17 namespace makVrv
18 {
19  class DtDe;
20  class DtCigiActiveRegionMappingInterface;
21  class DtMapEditorInterface;
22  class DtSharedCigiSettingsManager;
23  class DtPersistenceControlsInterface;
24  class DtSettingsBackup;
25 
31  {
32  public:
35  componentMapIf, DtCigiSettingsInterface* settingsIf,
36  DtMapEditorInterface* editorIf,
38 
41 
42  protected:
44  virtual void updateValues();
45 
47  virtual void on_valueAdded(const std::string& key, const std::string& value, int index);
48 
50  virtual void on_valueDeleted(const std::string& key);
51 
53  virtual void on_valueRenamed(const std::string& oldName, const std::string& newName);
54  virtual void cigiMappingsRestored(const DtSettingsBackup* s);
55 
56  protected:
59  QStringList myPossibleValues;
60  };
61 }
62 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)