![]() |
VR-Forces 4.0.4 Class Documentation
|
class DtLastPointClickedWidgetInterface: More...

Public Member Functions | |
| virtual | ~DtLastPointClickedWidgetInterface () |
| Destructor. | |
| virtual void | setXLabel (const QString &)=0 |
| Sets label titles. | |
| virtual void | setYLabel (const QString &)=0 |
| virtual void | setZLabel (const QString &)=0 |
| virtual void | setXValue (const QString &)=0 |
| Sets values. | |
| virtual void | setYValue (const QString &)=0 |
| virtual QString | xValue () const =0 |
| virtual QString | yValue () const =0 |
| virtual QString | zValue () const =0 |
| virtual DtVector | location () const =0 |
| virtual void | setLocation (const DtVector &)=0 |
| Sets the location in the location widget. | |
| virtual void | setCoordinateSystem (const makArchives::DtDisplayUnitsSettingsRecord::CoordSys &)=0 |
| Sets the coordinate system. | |
| virtual void | setCurrentAltitudeTypeSelection (int)=0 |
| Set the selection type. | |
class DtLastPointClickedWidgetInterface:
Instances of DtLastPointClickedWidgetInterface are
| virtual makVrf::DtLastPointClickedWidgetInterface::~DtLastPointClickedWidgetInterface | ( | ) | [virtual] |
Destructor.
| virtual void makVrf::DtLastPointClickedWidgetInterface::setXLabel | ( | const QString & | ) | [pure virtual] |
Sets label titles.
Implemented in makVrf::DtLastPointClickedWidget.
| virtual void makVrf::DtLastPointClickedWidgetInterface::setYLabel | ( | const QString & | ) | [pure virtual] |
Implemented in makVrf::DtLastPointClickedWidget.
| virtual void makVrf::DtLastPointClickedWidgetInterface::setZLabel | ( | const QString & | ) | [pure virtual] |
Implemented in makVrf::DtLastPointClickedWidget.
| virtual void makVrf::DtLastPointClickedWidgetInterface::setXValue | ( | const QString & | ) | [pure virtual] |
Sets values.
Implemented in makVrf::DtLastPointClickedWidget.
| virtual void makVrf::DtLastPointClickedWidgetInterface::setYValue | ( | const QString & | ) | [pure virtual] |
Implemented in makVrf::DtLastPointClickedWidget.
| virtual QString makVrf::DtLastPointClickedWidgetInterface::xValue | ( | ) | const [pure virtual] |
Implemented in makVrf::DtLastPointClickedWidget.
| virtual QString makVrf::DtLastPointClickedWidgetInterface::yValue | ( | ) | const [pure virtual] |
Implemented in makVrf::DtLastPointClickedWidget.
| virtual QString makVrf::DtLastPointClickedWidgetInterface::zValue | ( | ) | const [pure virtual] |
Implemented in makVrf::DtLastPointClickedWidget.
| virtual DtVector makVrf::DtLastPointClickedWidgetInterface::location | ( | ) | const [pure virtual] |
Implemented in makVrf::DtLastPointClickedWidget.
| virtual void makVrf::DtLastPointClickedWidgetInterface::setLocation | ( | const DtVector & | ) | [pure virtual] |
Sets the location in the location widget.
Implemented in makVrf::DtLastPointClickedWidget.
| virtual void makVrf::DtLastPointClickedWidgetInterface::setCoordinateSystem | ( | const makArchives::DtDisplayUnitsSettingsRecord::CoordSys & | ) | [pure virtual] |
Sets the coordinate system.
Implemented in makVrf::DtLastPointClickedWidget.
| virtual void makVrf::DtLastPointClickedWidgetInterface::setCurrentAltitudeTypeSelection | ( | int | ) | [pure virtual] |
Set the selection type.
Implemented in makVrf::DtLastPointClickedWidget.