VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiDatabaseMappingLogic.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2009 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: DtCigiDatabaseMappingLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
12 
13 #ifndef DtCigiDatabaseMappingLogic_H_
14 #define DtCigiDatabaseMappingLogic_H_
15 
16 #include <vrvCigiQt/vrvCigiQt.h>
18 
19 #include <QtCore/QStringList>
20 
21 namespace makVrv
22 {
23  class DtDe;
24  class DtCigiDatabaseMappingInterface;
25  class DtMapEditorInterface;
26  class DtSharedCigiSettingsManager;
27  class DtPersistenceControlsInterface;
28  class DtSettingsBackup;
29 
34  {
35  public:
38  componentMapIf, DtCigiSettingsInterface* settingsIf,
39  DtMapEditorInterface* editorIf,
41 
43  virtual ~DtCigiDatabaseMappingLogic();
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 Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)