|
| virtual | ~DtSharedRadarCoverageSettings () |
| | DTOR. More...
|
| |
| 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. More...
|
| |
| virtual double | alpha () const |
| |
| virtual void | setWaitingForServerColor (unsigned int) |
| | Accessor/mutator for the color for waiting for server. More...
|
| |
| 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) More...
|
| |
| 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. 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...
|
| |
| virtual const DtSettingsBackup * | settingsBackup () const |
| | Accessor for the settings backup (const). More...
|
| |
| virtual DtSettingsBackup * | settingsBackup () |
| | Accessor for the settings backup. More...
|
| |
| virtual void | backup () |
| | Called to back up the settings. More...
|
| |
| | DtVirtualBaseClass () |
| | Do nothing constructor. More...
|
| |
| virtual | ~DtVirtualBaseClass () |
| | Virtual do nothing destructor. More...
|
| |
The shared radar coverage settings.