Public Member Functions |
| virtual | ~DtSharedRadarCoverageSettings () |
| | DTOR.
|
| virtual void | getRecord (DtRadarCoverageSettingsRecord &rec) const |
| virtual void | setFromRecord (const DtRadarCoverageSettingsRecord &rec) |
| virtual void | setAlpha (double d) |
| | The alpha that applies overall to radar coverage lines.
|
| virtual double | alpha () const |
| virtual void | setWaitingForServerColor (unsigned int) |
| | Accessor/mutator for the color for waiting for server.
|
| virtual unsigned int | waitingForServerColor () const |
| virtual void | waitingForServerColorOSG (float &r, float &g, float &b, float &a) const |
| virtual void | setShowLabels (bool) |
| | Whether or not to show labels with the radar coverage areas (labels are the display name of the sensor as defined in the ope/entity file)
|
| virtual bool | showLabels () const |
|
| virtual void | setKeyBackgroundColor (unsigned int) |
| virtual unsigned int | keyBackgroundColor () const |
| virtual void | keyBackgroundColorOSG (float &r, float &g, float &b, float &a) const |
|
| virtual void | setKeyFontColor (unsigned int) |
| virtual unsigned int | keyFontColor () const |
| virtual void | keyFontColorOSG (float &r, float &g, float &b, float &a) const |
| | DtSharedSettings (const DtSharedSettingsManager &manager) |
| | CTOR.
|
| virtual | ~DtSharedSettings () |
| | DTOR.
|
| boost::shared_mutex & | mutex () |
| | Get the mutex for the settings object.
|
| SafetyKey | safeToEmitSignals () |
| | Create a safety key for the function, see above example.
|
| void | setCurrentWriteLock (boost::unique_lock< boost::shared_mutex > *currentWriteLock) |
| | No need to call, set by the DtWriteSettingLock object.
|
| virtual const DtSettingsBackup * | settingsBackup () const |
| | Accessor for the settings backup (const).
|
| virtual DtSettingsBackup * | settingsBackup () |
| | Accessor for the settings backup.
|
| virtual void | backup () |
| | Called to back up the settings.
|
| | DtVirtualBaseClass () |
| | Do nothing constructor.
|
| virtual | ~DtVirtualBaseClass () |
| | Virtual do nothing destructor.
|
The shared radar coverage settings.