VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtEyepointInfoWidgetInterface.h
Go to the documentation of this file.
1 /********************************************************************
2  * Copyright (c) 2012 MAK Technologies, Inc.
3  * All rights reserved.
4  ********************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 
14 #include <QtCore/QString>
15 
16 namespace makVrv
17 {
18 
19  class DtUnicode;
20 
24  {
25  public:
26 
29 
33 
34  virtual void setCoordinateSystem( const DtUnicode& coordSysToDisplay ) = 0;
35  virtual void addCoordinateSystem( const QString& coordSys ) = 0;
36 
37  virtual void setXLabel( const DtUnicode& xLabel ) = 0;
38  virtual void setYLabel( const DtUnicode& yLabel ) = 0;
39  virtual void setZLabel( const DtUnicode& zLabel ) = 0;
40 
41  virtual void setXValue( const QString& xValStr ) = 0;
42  virtual void setYValue( const QString& yValStr ) = 0;
43  virtual void setZValue( const QString& zValStr ) = 0;
44 
45  virtual void setYawLabel( const DtUnicode& label ) = 0;
46  virtual void setPitchLabel( const DtUnicode& label ) = 0;
47  virtual void setRollLabel( const DtUnicode& label ) = 0;
48 
49  virtual void setYawValue( const QString& yawValStr ) = 0;
50  virtual void setPitchValue( const QString& pitchValStr ) = 0;
51  virtual void setRollValue( const QString& rollValStr ) = 0;
52 
54 
55  };
56 
57 }
A unicode string.
Definition: DtUnicode.h:33
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Interface for DtEyepointInfoWidgets.
Definition: DtEyepointInfoWidgetInterface.h:23

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)