![]() |
VR-Forces 4.1 Class Documentation
|
The shared simulation settings. More...

Public Member Functions | |
| virtual | ~DtSharedRangeRingsSettings () |
| DTOR. | |
| virtual void | setFill2D (bool) |
| virtual bool | fill2D () const |
| virtual void | setShowRangeSphere (bool) |
| virtual bool | showRangeSphere () const |
| virtual void | setShowWeaponNameLabel (bool) |
| virtual bool | showWeaponNameLabel () const |
| virtual void | setShowEntityNameLabel (bool) |
| virtual bool | showEntityNameLabel () const |
| virtual void | setShowRangeValueLabel (bool) |
| virtual bool | showRangeValueLabel () const |
| virtual const DtRangeRingsSettingsRecord::ColorOptions & | colorOptions () const |
| virtual void | setColorOptions (const DtRangeRingsSettingsRecord::ColorOptions &) |
| virtual void | getColor (int type, int force, float &r, float &g, float &b, float &a, makVrv::DtUnicode &) const |
| virtual void | setColor (int type, int color, const makVrv::DtUnicode &) |
| virtual void | removeColorOption (int type) |
| virtual void | getRecord (DtRangeRingsSettingsRecord &rec) const |
| virtual void | setFromRecord (const DtRangeRingsSettingsRecord &rec) |
Public Member Functions inherited from makVrv::DtSharedSettings | |
| 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. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static std::string | className () |
| Get an instance of the settings object. | |
Protected Member Functions | |
| virtual void | colorFromForce (int force, float &r, float &g, float &b) |
| DtSharedRangeRingsSettings (makVrv::DtSharedSettingsManager &manager) | |
| CTOR. | |
Protected Attributes | |
| bool | myFill2D |
| bool | myShowRangeSphere |
| bool | myShowWeaponNameLabel |
| bool | myShowEntityNameLabel |
| bool | myShowRangeValueLabel |
| DtRangeRingsSettingsRecord::ColorOptions | myColorOptions |
Friends | |
| class | makVrv::DtReadSettingsLock< DtSharedRangeRingsSettings > |
| Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object. | |
| class | makVrv::DtWriteSettingsLock< DtSharedRangeRingsSettings > |
| class | makVrv::DtSharedSettingsManager |
The shared simulation settings.
|
virtual |
DTOR.
|
protected |
CTOR.
|
static |
Get an instance of the settings object.
Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
|
friend |
Also protected, use the DtReadSettingsLock and DtWriteSettingsLock to access the object.
|
friend |
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |