VR-Forces 4.1 Class Documentation
DtCigiAnimationMappingLogic.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2009 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: DtCigiAnimationMappingLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
12 
13 #ifndef DtCigiAnimationMappingLogic_H_
14 #define DtCigiAnimationMappingLogic_H_
15 
16 #include <vrvCigiQt/vrvCigiQt.h>
18 
19 #include <QtCore/QStringList>
20 
21 namespace makVrv
22 {
23  class DtDe;
24  class DtCigiAnimationMappingInterface;
25  class DtMapEditorInterface;
26  class DtSharedCigiSettingsManager;
27  class DtPersistenceControlsInterface;
28  class DtSettingsBackup;
29 
35  {
36  public:
39  componentMapIf, DtCigiSettingsInterface* settingsIf,
40  DtMapEditorInterface* editorIf,
42 
44  virtual ~DtCigiAnimationMappingLogic();
45 
46  protected:
48  virtual void updateValues();
49 
51  virtual void on_valueAdded(const std::string& key, const std::string& value, int index);
52 
54  virtual void on_valueDeleted(const std::string& key);
55 
57  virtual void on_valueRenamed(const std::string& oldName, const std::string& newName);
58  virtual void cigiMappingsRestored(const DtSettingsBackup* s);
59 
60  protected:
63  QStringList myPossibleValues;
64  };
65 }
66 
67 #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)