VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtOculusSettingsLogic.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
15 
16 namespace makVrv
17 {
18  class DtDe;
19  class DtOculusSettingsInterface;
20  class DtPersistenceControlsInterface;
21  class DtSettingsBackup;
22 
25  {
26  public:
29  DtPersistenceControlsInterface& persistenceGui);
30 
32 
35 
37  virtual void sendSettingsToGui();
38 
39  protected:
41  virtual void slot_enablePerformanceLogChanged(bool enabled);
42 
44  //@ {
45  void on_import();
46  void on_export();
47  void on_importFilePathChosen(const std::string& filePath);
48  void on_exportFilePathChosen(const std::string& filePath);
49  //@ }
50 
53  virtual void settingsRestored(const DtSettingsBackup*);
54 
55  protected:
60  };
61 }

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)