![]() |
VR-Forces 4.0.4 Class Documentation
|
Interface for DtEyepointInfoWidgets. More...

Public Member Functions | |
| virtual | ~DtEyepointInfoWidgetInterface () |
| Destructor. | |
Field value setters. | |
Sets the values of the widget's corresponding fields. | |
| virtual void | setCoordinateSystem (const DtUnicode &coordSysToDisplay)=0 |
| virtual void | addCoordinateSystem (const QString &coordSys)=0 |
| virtual void | setXLabel (const DtUnicode &xLabel)=0 |
| virtual void | setYLabel (const DtUnicode &yLabel)=0 |
| virtual void | setZLabel (const DtUnicode &zLabel)=0 |
| virtual void | setXValue (const QString &xValStr)=0 |
| virtual void | setYValue (const QString &yValStr)=0 |
| virtual void | setZValue (const QString &zValStr)=0 |
| virtual void | setYawLabel (const DtUnicode &label)=0 |
| virtual void | setPitchLabel (const DtUnicode &label)=0 |
| virtual void | setRollLabel (const DtUnicode &label)=0 |
| virtual void | setYawValue (const QString &yawValStr)=0 |
| virtual void | setPitchValue (const QString &pitchValStr)=0 |
| virtual void | setRollValue (const QString &rollValStr)=0 |
Interface for DtEyepointInfoWidgets.
| virtual makVrv::DtEyepointInfoWidgetInterface::~DtEyepointInfoWidgetInterface | ( | ) | [virtual] |
Destructor.
| virtual void makVrv::DtEyepointInfoWidgetInterface::setCoordinateSystem | ( | const DtUnicode & | coordSysToDisplay | ) | [pure virtual] |
Implemented in makVrv::DtEyepointInfoWidget.
| virtual void makVrv::DtEyepointInfoWidgetInterface::addCoordinateSystem | ( | const QString & | coordSys | ) | [pure virtual] |
Implemented in makVrv::DtEyepointInfoWidget.
| virtual void makVrv::DtEyepointInfoWidgetInterface::setXLabel | ( | const DtUnicode & | xLabel | ) | [pure virtual] |
Implemented in makVrv::DtEyepointInfoWidget.
| virtual void makVrv::DtEyepointInfoWidgetInterface::setYLabel | ( | const DtUnicode & | yLabel | ) | [pure virtual] |
Implemented in makVrv::DtEyepointInfoWidget.
| virtual void makVrv::DtEyepointInfoWidgetInterface::setZLabel | ( | const DtUnicode & | zLabel | ) | [pure virtual] |
Implemented in makVrv::DtEyepointInfoWidget.
| virtual void makVrv::DtEyepointInfoWidgetInterface::setXValue | ( | const QString & | xValStr | ) | [pure virtual] |
Implemented in makVrv::DtEyepointInfoWidget.
| virtual void makVrv::DtEyepointInfoWidgetInterface::setYValue | ( | const QString & | yValStr | ) | [pure virtual] |
Implemented in makVrv::DtEyepointInfoWidget.
| virtual void makVrv::DtEyepointInfoWidgetInterface::setZValue | ( | const QString & | zValStr | ) | [pure virtual] |
Implemented in makVrv::DtEyepointInfoWidget.
| virtual void makVrv::DtEyepointInfoWidgetInterface::setYawLabel | ( | const DtUnicode & | label | ) | [pure virtual] |
Implemented in makVrv::DtEyepointInfoWidget.
| virtual void makVrv::DtEyepointInfoWidgetInterface::setPitchLabel | ( | const DtUnicode & | label | ) | [pure virtual] |
Implemented in makVrv::DtEyepointInfoWidget.
| virtual void makVrv::DtEyepointInfoWidgetInterface::setRollLabel | ( | const DtUnicode & | label | ) | [pure virtual] |
Implemented in makVrv::DtEyepointInfoWidget.
| virtual void makVrv::DtEyepointInfoWidgetInterface::setYawValue | ( | const QString & | yawValStr | ) | [pure virtual] |
Implemented in makVrv::DtEyepointInfoWidget.
| virtual void makVrv::DtEyepointInfoWidgetInterface::setPitchValue | ( | const QString & | pitchValStr | ) | [pure virtual] |
Implemented in makVrv::DtEyepointInfoWidget.
| virtual void makVrv::DtEyepointInfoWidgetInterface::setRollValue | ( | const QString & | rollValStr | ) | [pure virtual] |
Implemented in makVrv::DtEyepointInfoWidget.