VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtCigiComponentMappingLogic.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2009 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: DtCigiComponentMappingLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
12 
13 #ifndef DtCigiComponentMappingLogic_H_
14 #define DtCigiComponentMappingLogic_H_
15 
17 
19 
20 #include <QtCore/QStringList>
21 
22 namespace makVrv
23 {
24  class DtDe;
25  class DtCigiComponentMappingInterface;
26  class DtModelSemanticsMapper;
27  class DtMapEditorInterface;
28  class DtSharedCigiSettingsManager;
29  class DtPersistenceControlsInterface;
30  class DtSettingsBackup;
31 
37  {
38  public:
42  componentMapIf, DtCigiSettingsInterface* settingsIf,
43  DtMapEditorInterface* editorIf,
45 
47  virtual ~DtCigiComponentMappingLogic();
48 
49  protected:
51  virtual void updateValues();
52 
54  virtual void on_valueAdded(const std::string& key, const std::string& value, int index);
55 
57  virtual void on_valueDeleted(const std::string& key);
58 
60  virtual void on_valueRenamed(const std::string& oldName, const std::string& newName);
61  virtual void cigiMappingsRestored(const DtSettingsBackup* s);
62 
63  protected:
67 
68  };
69 }
70 
71 #endif

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)