VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtFeatureSettingsLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: $ $Revision: $ $State: $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/vrvCoreQt.h>
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtPersistenceControlsInterface;
22 
25  {
26  public:
27 
29 
30  virtual ~DtFeatureSettingsLogic();
31 
32  protected:
33 
34  virtual void on_import();
35  virtual void on_export();
36 
37  virtual void importFilename(const std::string& filename);
38  virtual void exportFilename(const std::string& filename);
39 
40  protected:
41 
45  };
46 
50  {
51  public:
52 
54  static DtFeatureSettingsLogicCreator& instance(DtDe&);
55 
57  static void registerInstance(DtDe& de, DtFeatureSettingsLogicCreator* instance);
58 
61 
64 
66  virtual DtVirtualBaseClass* create(DtDe& de, DtPersistenceControlsInterface& iFace );
67  };
68 }
69 

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)