![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| virtual | ~DtLocationEntryWidgetInterface () |
| virtual void | setLocation (DtVector, bool resetAltitude=true)=0 |
| Expects value in meters and local. | |
| virtual void | setAltitude (const DtVector &, bool resetAltitude=true)=0 |
| virtual DtVector | location () const =0 |
| virtual QString | xValue () const =0 |
| virtual QString | yValue () const =0 |
| virtual QString | zValue () const =0 |
| 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 void | setZValue (const QString &)=0 |
| virtual double | altitudeAboveSeaLevel () const =0 |
| virtual double | altitudeAboveGroundLevel () const =0 |
| virtual void | setCoordinateSystem (const makArchives::DtDisplayUnitsSettingsRecord::CoordSys &)=0 |
| Sets the coordinate system. | |
| virtual void | setCoordinateSystemDecimals (int decimals)=0 |
| Sets the precision of the x, y and z line edits. | |
| virtual void | setAltitudeAboveSeaLevel (double)=0 |
| Sets the altitude location. | |
| virtual void | setAltitudeSelectionEnabled (bool)=0 |
| Determines if the DtAltitudeSelectionWidget or just a regular line edit is shown for altitude editing. | |
| virtual bool | altitudeSelectionEnabled ()=0 |
| virtual void | setZEnabled (bool)=0 |
| virtual DtGeodeticCoord | geodeticLocation () const =0 |
Public Attributes | |
| boost::signal< void(const DtVector &)> | signal_locationSetByMouseClick |
| boost::signal< void(const DtVector &)> | signal_locationChanged |
| boost::signal< void(double)> | signal_altitudeAboveGroundLevelEdited |
| boost::signal< void(double)> | signal_altitudeAboveSeaLevelEdited |
| boost::signal< void(const DtAltitudeClampType &)> | signal_altitudeSelectionTypeChanged |
| boost::signal< void(int)> | signal_clampSelectionChanged |
| virtual makVrf::DtLocationEntryWidgetInterface::~DtLocationEntryWidgetInterface | ( | ) | [virtual] |
| virtual void makVrf::DtLocationEntryWidgetInterface::setLocation | ( | DtVector | , |
| bool | resetAltitude = true |
||
| ) | [pure virtual] |
Expects value in meters and local.
Implemented in makVrf::DtLocationEntryWidget.
| virtual void makVrf::DtLocationEntryWidgetInterface::setAltitude | ( | const DtVector & | , |
| bool | resetAltitude = true |
||
| ) | [pure virtual] |
Implemented in makVrf::DtLocationEntryWidget.
| virtual DtVector makVrf::DtLocationEntryWidgetInterface::location | ( | ) | const [pure virtual] |
Implemented in makVrf::DtLocationEntryWidget.
| virtual QString makVrf::DtLocationEntryWidgetInterface::xValue | ( | ) | const [pure virtual] |
Implemented in makVrf::DtLocationEntryWidget.
| virtual QString makVrf::DtLocationEntryWidgetInterface::yValue | ( | ) | const [pure virtual] |
Implemented in makVrf::DtLocationEntryWidget.
| virtual QString makVrf::DtLocationEntryWidgetInterface::zValue | ( | ) | const [pure virtual] |
Implemented in makVrf::DtLocationEntryWidget.
| virtual void makVrf::DtLocationEntryWidgetInterface::setXLabel | ( | const QString & | ) | [pure virtual] |
Sets label titles.
Implemented in makVrf::DtLocationEntryWidget.
| virtual void makVrf::DtLocationEntryWidgetInterface::setYLabel | ( | const QString & | ) | [pure virtual] |
Implemented in makVrf::DtLocationEntryWidget.
| virtual void makVrf::DtLocationEntryWidgetInterface::setZLabel | ( | const QString & | ) | [pure virtual] |
Implemented in makVrf::DtLocationEntryWidget.
| virtual void makVrf::DtLocationEntryWidgetInterface::setXValue | ( | const QString & | ) | [pure virtual] |
Sets values.
Implemented in makVrf::DtLocationEntryWidget.
| virtual void makVrf::DtLocationEntryWidgetInterface::setYValue | ( | const QString & | ) | [pure virtual] |
Implemented in makVrf::DtLocationEntryWidget.
| virtual void makVrf::DtLocationEntryWidgetInterface::setZValue | ( | const QString & | ) | [pure virtual] |
Implemented in makVrf::DtLocationEntryWidget.
| virtual double makVrf::DtLocationEntryWidgetInterface::altitudeAboveSeaLevel | ( | ) | const [pure virtual] |
Implemented in makVrf::DtLocationEntryWidget.
| virtual double makVrf::DtLocationEntryWidgetInterface::altitudeAboveGroundLevel | ( | ) | const [pure virtual] |
Implemented in makVrf::DtLocationEntryWidget.
| virtual void makVrf::DtLocationEntryWidgetInterface::setCoordinateSystem | ( | const makArchives::DtDisplayUnitsSettingsRecord::CoordSys & | ) | [pure virtual] |
Sets the coordinate system.
Implemented in makVrf::DtLocationEntryWidget.
| virtual void makVrf::DtLocationEntryWidgetInterface::setCoordinateSystemDecimals | ( | int | decimals | ) | [pure virtual] |
Sets the precision of the x, y and z line edits.
Implemented in makVrf::DtLocationEntryWidget.
| virtual void makVrf::DtLocationEntryWidgetInterface::setAltitudeAboveSeaLevel | ( | double | ) | [pure virtual] |
Sets the altitude location.
Implemented in makVrf::DtLocationEntryWidget.
| virtual void makVrf::DtLocationEntryWidgetInterface::setAltitudeSelectionEnabled | ( | bool | ) | [pure virtual] |
Determines if the DtAltitudeSelectionWidget or just a regular line edit is shown for altitude editing.
Implemented in makVrf::DtLocationEntryWidget.
| virtual bool makVrf::DtLocationEntryWidgetInterface::altitudeSelectionEnabled | ( | ) | [pure virtual] |
Implemented in makVrf::DtLocationEntryWidget.
| virtual void makVrf::DtLocationEntryWidgetInterface::setZEnabled | ( | bool | ) | [pure virtual] |
Implemented in makVrf::DtLocationEntryWidget.
| virtual DtGeodeticCoord makVrf::DtLocationEntryWidgetInterface::geodeticLocation | ( | ) | const [pure virtual] |
Implemented in makVrf::DtLocationEntryWidget.
| boost::signal<void (const DtVector&)> makVrf::DtLocationEntryWidgetInterface::signal_locationSetByMouseClick |
| boost::signal<void (const DtVector&)> makVrf::DtLocationEntryWidgetInterface::signal_locationChanged |
| boost::signal<void (double)> makVrf::DtLocationEntryWidgetInterface::signal_altitudeAboveGroundLevelEdited |
| boost::signal<void (double)> makVrf::DtLocationEntryWidgetInterface::signal_altitudeAboveSeaLevelEdited |
| boost::signal<void (const DtAltitudeClampType&)> makVrf::DtLocationEntryWidgetInterface::signal_altitudeSelectionTypeChanged |
| boost::signal<void (int)> makVrf::DtLocationEntryWidgetInterface::signal_clampSelectionChanged |