VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVirtualRealitySettingsInterface.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 
16 #include <vrvUtil/signalslib.h>
17 
18 #include <string>
19 #include <vector>
20 
21 namespace makVrv
22 {
24  class DT_DLL_VRVVRQT DtVirtualRealitySettingsInterface
25  {
26  public:
29 
31 
32 
33  boost::signal<void (bool)> signal_enabledChanged;
34 
36  boost::signal<void (makArchives::DtVirtualRealitySettingsRecord::DtMirroring)> signal_mirroringChanged;
37 
39  boost::signal<void (std::string)> signal_mirrorChannelChanged;
40 
42  boost::signal<void (std::string)> signal_attachedObserverChanged;
43 
45  boost::signal<void(bool)> signal_flipOverlaysChanged;
47 
49 
50 
52  virtual void setEnabled(bool enabled) = 0;
53 
55  virtual void setMirroring(makArchives::DtVirtualRealitySettingsRecord::DtMirroring view) = 0;
56 
58  virtual void setMirrorChannel(std::string channelName) = 0;
59 
61  virtual void setVirtualRealityAvailable(bool available) = 0;
62 
64  virtual void setChannelNames(const std::vector<std::string>& names) = 0;
65 
67  virtual void setObserverNames(const std::vector<std::string>& names) = 0;
68 
70  virtual void setAttachedObserver(std::string observerName) = 0;
71 
73  virtual void setFlipOverlay(bool flip) = 0;
74 
76  };
77 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)