|
| virtual | ~DtSharedDisplayUnitsSettings () |
| | DTOR. More...
|
| |
| void | coordinateSystemLabels (const DtCoordinateSystem &displayCS, DtUnicode &x, DtUnicode &y, DtUnicode &z) const |
| |
| void | coordinateSystemLabels (const DtCoordinateSystem &displayCS, CoordSys coordSys, DtUnicode &x, DtUnicode &y, DtUnicode &z) const |
| |
| DtUnicode | xyUnitNotation (const DtCoordinateSystem &displayCS) const |
| |
| DtUnicode | xyUnitNotation (const DtCoordinateSystem &displayCS, CoordSys coordSys) const |
| |
| DtUnicode | zUnitNotation (const DtCoordinateSystem &displayCS) const |
| |
| DtUnicode | zUnitNotation (const DtCoordinateSystem &displayCS, CoordSys coordSys) const |
| |
| std::vector< std::string > | convertPositionToStringList (const DtCoordinateSystem &displayCS, CoordSys coordSys, const DtVector &pos) const |
| | Converts the given position to list of strings in the given units and decimals. More...
|
| |
| std::vector< std::string > | convertPositionToStringList (const DtCoordinateSystem &displayCS, const DtVector &pos) const |
| | Converts the given position to list of strings in the given units and decimals. More...
|
| |
|
| void | setDisplayUnitAttributes (DtUnitConverterCollection::DisplayUnitType attr, const DisplayAttributes &data) |
| |
| bool | getDisplayUnitAttributes (DtUnitConverterCollection::DisplayUnitType attr, DisplayAttributes &value) const |
| | Retrieves the display attribute data for a given display attribute (speed, distance, altitude, etc.) More...
|
| |
| DisplayAttributes * | findDisplayUnitAttributes (DtUnitConverterCollection::DisplayUnitType attr) |
| | Accessor for attribute data for the given display attribute. More...
|
| |
| const DisplayAttributes * | findDisplayUnitAttributes (DtUnitConverterCollection::DisplayUnitType attr) const |
| | Accessor for attribute data for the given display attribute (const). More...
|
| |
| void | setCoordinateSystemAttributes (const CoordinateSystemAttributes &data) |
| | Set the coordinate system attributes. More...
|
| |
| CoordinateSystemAttributes * | coordSysAttributes () |
| | Get a pointer to the coordinate system attributes. More...
|
| |
| const CoordinateSystemAttributes * | coordinateSystemAttributes () const |
| | Get a const pointer to the coordinate system attributes. More...
|
| |
| void | getCoordinateSystemAttributes (CoordinateSystemAttributes &csAttr) const |
| | Fill in a CoordinateSystemAttributes object. More...
|
| |
|
| void | setCoordinateSystem (CoordSys cs) |
| |
| void | setDistanceUnits (DistanceUnits distUnits) |
| |
| void | setAltitudeUnits (DistanceUnits altUnits) |
| |
| void | setVelocityUnits (VelocityUnits velocityUnits) |
| |
| void | setOrientationUnits (OrientationUnits oriUnits) |
| |
| void | setAccelerationUnits (AccelerationUnits accelUnits) |
| |
| void | setRotationalVelocityUnits (RotVelocityUnits wUnits) |
| |
| void | setCoordinateSystemDecimals (CoordSys cs, int decimals) |
| |
| void | setDistanceUnitDecimals (DistanceUnits distUnit, int decimals) |
| |
| void | setAltitudeUnitDecimals (DistanceUnits altUnit, int decimals) |
| |
| void | setVelocityUnitDecimals (VelocityUnits velocityUnit, int decimals) |
| |
| void | setOrientationUnitDecimals (OrientationUnits oriUnit, int decimals) |
| |
| void | setAccelerationUnitDecimals (AccelerationUnits accelUnit, int decimals) |
| |
| void | setRotationalVelocityUnitDecimals (RotVelocityUnits wUnit, int decimals) |
| |
|
| int | coordinateSystemDecimals (CoordSys cs) const |
| |
| int | distanceUnitDecimals (DistanceUnits distUnit) const |
| |
| int | altitudeUnitDecimals (DistanceUnits altUnit) const |
| |
| int | velocityUnitDecimals (VelocityUnits velocityUnit) const |
| |
| int | orientationUnitDecimals (OrientationUnits oriUnit) const |
| |
| int | accelerationUnitDecimals (AccelerationUnits accelUnit) const |
| |
| int | rotationalVelocityUnitDecimals (RotVelocityUnits wUnit) const |
| |
| DtUnicode | coordinateSystemNotation (CoordSys cs) const |
| |
| DtUnicode | distanceUnitNotation (DistanceUnits distUnit) const |
| |
| DtUnicode | altitudeUnitNotation (DistanceUnits altUnit) const |
| |
| DtUnicode | velocityUnitNotation (VelocityUnits velocityUnit) const |
| |
| DtUnicode | orientationUnitNotation (OrientationUnits oriUnit) const |
| |
| DtUnicode | accelerationUnitNotation (AccelerationUnits accelUnit) const |
| |
| DtUnicode | rotationalVelocityUnitNotation (RotVelocityUnits wUnit) const |
| |
|
| CoordSys | currentCoordinateSystem () const |
| |
| DistanceUnits | currentDistanceUnits () const |
| |
| DistanceUnits | currentAltitudeUnits () const |
| |
| VelocityUnits | currentVelocityUnits () const |
| |
| OrientationUnits | currentOrientationUnits () const |
| |
| AccelerationUnits | currentAccelerationUnits () const |
| |
| RotVelocityUnits | currentRotationalVelocityUnits () const |
| |
| int | currentCoordinateSystemDecimals () const |
| |
| int | currentDistanceUnitDecimals () const |
| |
| int | currentAltitudeUnitDecimals () const |
| |
| int | currentVelocityUnitDecimals () const |
| |
| int | currentOrientationUnitDecimals () const |
| |
| int | currentAccelerationUnitDecimals () const |
| |
| int | currentRotationalVelocityUnitDecimals () const |
| |
| DtUnicode | currentCoordinateSystemNotation () const |
| |
| DtUnicode | currentDistanceUnitNotation () const |
| |
| DtUnicode | currentAltitudeUnitNotation () const |
| |
| DtUnicode | currentVelocityUnitNotation () const |
| |
| DtUnicode | currentOrientationUnitNotation () const |
| |
| DtUnicode | currentAccelerationUnitNotation () const |
| |
| DtUnicode | currentRotationalVelocityUnitNotation () const |
| |
|
| void | setFromRecord (const makArchives::DtDisplayUnitsSettingsRecord &rec) |
| | Restore the settings from a record. More...
|
| |
| void | getRecord (makArchives::DtDisplayUnitsSettingsRecord &rec) const |
| | Get the settings as a record. More...
|
| |
virtual const
DtDisplayUnitsSettingsBackup * | settingsBackup () const |
| | Accessor for the settings backup (const). More...
|
| |
virtual
DtDisplayUnitsSettingsBackup * | settingsBackup () |
| | Accessor for the settings backup. More...
|
| |
| virtual void | backup () |
| | Called to back up the settings. More...
|
| |
| | DtSharedSettings (const DtSharedSettingsManager &manager) |
| | CTOR. More...
|
| |
| virtual | ~DtSharedSettings () |
| | DTOR. More...
|
| |
| boost::shared_mutex & | mutex () |
| | Get the mutex for the settings object. More...
|
| |
| SafetyKey | safeToEmitSignals () |
| | Create a safety key for the function, see above example. More...
|
| |
| void | setCurrentWriteLock (boost::unique_lock< boost::shared_mutex > *currentWriteLock) |
| | No need to call, set by the DtWriteSettingLock object. More...
|
| |
| | DtVirtualBaseClass () |
| | Do nothing constructor. More...
|
| |
| virtual | ~DtVirtualBaseClass () |
| | Virtual do nothing destructor. More...
|
| |
This class will maintain information about the display units used.