VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOculusSettingsInterface.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
12 #include <vrvUtil/signalslib.h>
13 
14 namespace makVrv
15 {
17  {
18  public:
19 
21  virtual ~DtOculusSettingsInterface();
22 
24 
25 
26  boost::signal<void (int)> signal_mirroringChanged;
28  boost::signal<void (int)> signal_monoscopicChanged;
30  boost::signal<void (float)> signal_pixelsPerDisplayPixelChanged;
32 
34 
35 
36  virtual void setMirroring(int view) = 0;
37 
39  virtual void setMonoscopic(bool enabled) = 0;
40 
42  virtual void setPixelsPerDisplayPixel(float pixels) = 0;
44  };
45 }

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)