![]() |
VR-Forces 5.0.1 Developer's Guide
|
The shared radar coverage settings.

Public Member Functions | |
| virtual | ~DtSharedRadarCoverageSettings () |
| virtual void | getRecord (DtRadarCoverageSettingsRecord &rec) const |
| virtual void | setFromRecord (const DtRadarCoverageSettingsRecord &rec) |
| virtual void | setAlpha (double d) |
| virtual double | alpha () const |
| virtual void | setWaitingForServerColor (unsigned int) |
| virtual unsigned int | waitingForServerColor () const |
| virtual void | waitingForServerColorOSG (float &r, float &g, float &b, float &a) const |
| virtual void | setShowLabels (bool) |
| 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 |
Public Member Functions inherited from makVrv::DtSharedSettings | |
| DtSharedSettings (const DtSharedSettingsManager &manager) | |
| virtual | ~DtSharedSettings () |
| boost::shared_mutex & | mutex () |
| SafetyKey | safeToEmitSignals () |
| void | setCurrentWriteLock (boost::unique_lock< boost::shared_mutex > *currentWriteLock) |
| virtual const DtSettingsBackup * | settingsBackup () const |
| virtual DtSettingsBackup * | settingsBackup () |
| virtual void | backup () |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static std::string | className () |
Protected Member Functions | |
| DtSharedRadarCoverageSettings (makVrv::DtSharedSettingsManager &manager) | |
Protected Attributes | |
| DtRadarCoverageSettingsRecord | mySettingsRecord |
Friends | |
| class | makVrv::DtReadSettingsLock< DtSharedRadarCoverageSettings > |
| class | makVrv::DtWriteSettingsLock< DtSharedRadarCoverageSettings > |
| class | makVrv::DtSharedSettingsManager |
|
virtual |
DTOR.
|
protected |
CTOR.
|
static |
Get an instance of the radar coverage object. Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object.
|
virtual |
|
virtual |
|
virtual |
The alpha that applies overall to radar coverage lines.
|
virtual |
|
virtual |
Accessor/mutator for the color for waiting for server.
|
virtual |
|
virtual |
Accessor/mutator for key background color.
Accessor/mutator for key background color.
|
virtual |
Accessor/mutator for key background color.
|
virtual |
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 |
|
virtual |
Accessor/mutator for key font color.
Accessor/mutator for key font color.
|
virtual |
Accessor/mutator for key font color.
|
friend |
Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object.
|
friend |
|
friend |
|
protected |