VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
17 
18 #include <QtCore/QStringList>
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtCigiAnimationMappingInterface;
24  class DtMapEditorInterface;
25  class DtSharedCigiSettingsManager;
26  class DtPersistenceControlsInterface;
27  class DtSettingsBackup;
28 
34  {
35  public:
38  componentMapIf, DtCigiSettingsInterface* settingsIf,
39  DtMapEditorInterface* editorIf,
41 
43  virtual ~DtCigiAnimationMappingLogic();
44 
45  protected:
47  virtual void updateValues();
48 
50  virtual void on_valueAdded(const std::string& key, const std::string& value, int index);
51 
53  virtual void on_valueDeleted(const std::string& key);
54 
56  virtual void on_valueRenamed(const std::string& oldName, const std::string& newName);
57  virtual void cigiMappingsRestored(const DtSettingsBackup* s);
58 
59  protected:
62  QStringList myPossibleValues;
63  };
64 }
65 
66 #endif

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)