VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtExampleLogic.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2011 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 namespace makVrv
16 {
17 
18  class DtDe;
19  class DtSettingsBackup;
20  class DtExampleInterface;
21  class DtPersistenceControlsInterface;
22 
27  {
28  public:
29 
33 
35  virtual ~DtExampleLogic();
36 
38  virtual void sendSettingsToGui();
39 
41  void slot_onIntChanged( int val );
42 
44  virtual void on_import();
45  virtual void on_export();
46  virtual void on_importFilePathChosen( const std::string& filePath );
47  virtual void on_exportFilePathChosen( const std::string& filePath );
48 
50  virtual void settingsRestored( const DtSettingsBackup* b );
51 
52  protected:
53 
57 
58  };
59 
60 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)