VR-Forces 4.1.1 Class Documentation
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 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)