|
| | DtLocationEntryWidgetLogic (bool preferAltitudeSelection, makVrv::DtDe &de, DtLocationEntryWidgetInterface *) |
| |
| virtual | ~DtLocationEntryWidgetLogic () |
| |
| virtual void | enableEventProcessor (bool flag) |
| |
| virtual void | slot_onPositionChanged () |
| |
| virtual void | slot_onPositionEdited (bool complete) |
| |
| virtual void | slot_onAltitudeAboveGroundLevelEdited (double) |
| |
| virtual void | slot_onAltitudeAboveSeaLevelEdited (double) |
| |
| virtual void | slot_onAltitudeSelectionTypeChanged (const DtAltitudeClampType &type) |
| |
| virtual void | slot_onClampSelectionChanged (int) |
| |
| virtual void | slot_onCoordinateSystemChanged (makVrv::DtSharedDisplayUnitsSettings::CoordSys) |
| |
| virtual void | slot_onDecimalsChanged (const makVrv::DtUnicode &category, const makVrv::DtUnicode &type, int precision) |
| | Hooked up to signal_displayCoordinateSystemDecimalsChanged on the DtDisplayUnitsSettingsSignaler. More...
|
| |
| virtual void | slot_onUnitChanged (const makVrv::DtUnicode &category, const makVrv::DtUnicode &type, int newValue, int oldValue) |
| |
| virtual DtVector | location () const |
| | Returns location in local coordinates, meters. More...
|
| |
| virtual DtVector | geocentricLocation () const |
| | Returns location in geocentric coordinates. More...
|
| |
| virtual void | setSignalLocationSetOnly (bool) |
| | Sets to signal the location change by mouse set only – do not set in gui as it is expected that others will do that. More...
|
| |
| bool | signalLocationSetOnly () const |
| |
| virtual void | blockSignals (bool) |
| | Block boost signals from being sent. More...
|
| |
| bool | signalsBlocked () const |
| |
virtual
makVrv::DtSharedDisplayUnitsSettings::DistanceUnits | currentDistanceUnits () const |
| |
virtual
makVrv::DtSharedDisplayUnitsSettings::DistanceUnits | currentAltitudeUnits () const |
| |
| virtual void | setCoordinateSystem (const makVrv::DtSharedDisplayUnitsSettings::CoordSys &system, bool force=false) |
| | Sets the coordinate system. More...
|
| |
| virtual void | setPreferAltitudeSelection (bool) |
| |
const
makVrv::DtSharedDisplayUnitsSettings::CoordSys & | coordinateSystem () const |
| |
| virtual void | setLocation (const DtVector &local, bool resetAltitude=true) |
| | Sets location, and, whether or not to reset altitude selection. More...
|
| |
| virtual void | setGeocentricLocation (const DtVector &local, bool resetAltitude=true) |
| |
| virtual void | setDatabaseLocation (double x, double y, double z) |
| |
| virtual void | setupLabels () |
| |
| virtual void | setAltitudeDisabled (bool) |
| | If altitude is disabled never show Z (unless in geocentric) and always set altitude above sea level to 0. More...
|
| |
| virtual bool | altitudeDisabled () const |
| |