VR-Forces 4.1 Class Documentation
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 
16 #include <vrvCigiQt/vrvCigiQt.h>
18 
20 
21 #include <QtCore/QStringList>
22 
23 namespace makVrv
24 {
25  class DtDe;
26  class DtCigiComponentMappingInterface;
27  class DtModelSemanticsMapper;
28  class DtMapEditorInterface;
29  class DtSharedCigiSettingsManager;
30  class DtPersistenceControlsInterface;
31  class DtSettingsBackup;
32 
38  {
39  public:
43  componentMapIf, DtCigiSettingsInterface* settingsIf,
44  DtMapEditorInterface* editorIf,
46 
48  virtual ~DtCigiComponentMappingLogic();
49 
50  protected:
52  virtual void updateValues();
53 
55  virtual void on_valueAdded(const std::string& key, const std::string& value, int index);
56 
58  virtual void on_valueDeleted(const std::string& key);
59 
61  virtual void on_valueRenamed(const std::string& oldName, const std::string& newName);
62  virtual void cigiMappingsRestored(const DtSettingsBackup* s);
63 
64  protected:
68 
69  };
70 }
71 
72 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)