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) |
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.