VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiSettingsLogic.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2009 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: DtCigiSettingsLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
12 
13 #ifndef DtCigiSettingsLogic_H_
14 #define DtCigiSettingsLogic_H_
15 
16 #include <vrvCigiQt/vrvCigiQt.h>
17 
19 
20 namespace makVrv
21 {
22  class DtCigiSettingsInterface;
23  class DtSharedCigiSettingsManager;
24  class DtPersistenceControlsInterface;
25 
30  {
31  public:
35 
37  virtual ~DtCigiSettingsLogic();
38 
39  protected:
41  virtual void updateValues();
42 
44  virtual void on_newSettingsRequested();
45 
47  virtual void on_deleteSettingsRequested(const std::string& mapperName);
48 
50  virtual void on_renameSettingsRequested(const std::string& oldName,
51  const std::string& newName);
52 
54  virtual void on_currentSettingsChanged(const std::string& name);
55 
57  virtual void on_pageEnabled(bool trueFalse);
58 
60  virtual std::string generateName() const;
61 
63  virtual void on_import();
64 
66  virtual void on_importFilenameChosen(const std::string& name);
67 
69  virtual void on_export();
70 
72  virtual void on_exportFilenameChosen(const std::string& name);
73 
77  virtual void on_settingsToBeDeletedExternal(const std::string& name);
78 
80  int stringToInt(const std::string& str);
81 
82  protected:
88  };
89 }
90 
91 #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)