VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVirtualRealitySettingsLogic.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
13 
15 
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtObserver;
24  class DtVirtualRealitySettingsInterface;
25  class DtPersistenceControlsInterface;
26  class DtSettingsBackup;
27 
29  class DT_DLL_VRVVRQT DtVirtualRealitySettingsLogic : public DtVirtualBaseClass
30  {
31  private:
34 
37 
40  public:
43 
46 
48  virtual void sendSettingsToGui();
49 
50  protected:
51 
53  //@ {
56  virtual void slot_enabledChanged(bool enabled);
57 
60  virtual void slot_mirroringChanged(makArchives::DtVirtualRealitySettingsRecord::DtMirroring view);
61 
64  virtual void slot_mirrorChannelChanged(std::string enabled);
65 
68  virtual void slot_attachedObserverChanged(std::string observer);
69 
72  virtual void slot_flipOverlaysChanged(bool flip);
73  //@ }
74 
76  //@ {
78  virtual void slot_enabledUpdated(bool enabled);
79 
81  virtual void slot_mirroringUpdated(makArchives::DtVirtualRealitySettingsRecord::DtMirroring view);
82 
84  virtual void slot_mirrorChannelUpdated(std::string enabled);
85 
87  virtual void slot_channelsUpdated();
88 
90  virtual void slot_observersUpdated();
91 
93  virtual void slot_observerRemoved(const DtObserver* obs);
94 
96  virtual void slot_attachedObserverUpdated(std::string observerName);
97 
99  virtual void slot_flipOverlaysUpdated(bool flip);
100  //@ }
101 
103  //@ {
105  void on_import();
106 
108  void on_export();
109 
111  void on_importFilePathChosen(const std::string& filePath);
112 
114  void on_exportFilePathChosen(const std::string& filePath);
115  //@ }
116 
119  virtual void settingsRestored(const DtSettingsBackup*);
120 
121  protected:
126  };
127 }

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)