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 void | setShowByDefault (bool) |
| virtual bool | showByDefault () const |
| virtual void | setShowForSelected (bool) |
| virtual bool | showForSelected () const |
| virtual void | setShowPhysicalFootprint (bool) |
| virtual bool | showPhysicalFootprint () const |
| virtual void | setSphereOpacityModifier (double) |
| virtual double | sphereOpacityModifier () const |
| virtual void | setAttackAnimationForRingEnabled (const std::string &, bool) |
| | Attack animations are not currently stored as part of permanent record and and only be enabled/disabled in code.
|
| virtual bool | attackAnimationForRingEnabled (const std::string &) const |
virtual const
DtRangeRingsSettingsRecord::ColorOptions & | colorOptions () const |
virtual
DtRangeRingsSettingsRecord::ColorOption | colorOption (const std::string &) const |
| virtual void | setColorOptions (const DtRangeRingsSettingsRecord::ColorOptions &) |
| virtual bool | getColor (const std::string &type, int force, float &r, float &g, float &b, float &a, makVrv::DtUnicode &) const |
| virtual void | setColor (const std::string &type, int color, const makVrv::DtUnicode &) |
| virtual void | removeColorOption (const std::string &type) |
| virtual void | getRecord (DtRangeRingsSettingsRecord &rec) const |
| virtual void | setFromRecord (const DtRangeRingsSettingsRecord &rec) |
| virtual void | addColorOptionIfMissing (const std::string &option, int color, const makVrv::DtUnicode &label, bool visible=true) |
| | If color option is not there, add it.
|
| virtual bool | getColorByCategory (const std::string &type, int &color) const |
| | Some range rings have categories.
|
| virtual makVrv::DtUnicode | labelForType (const std::string &) const |
| virtual void | setVisible (const std::string &type, bool) |
| virtual bool | visible (const std::string &type) const |
| virtual bool | wasRequested (const std::string &) const |
| virtual void | setSectorSizeProperty (const std::string &) |
| virtual const std::string & | sectorSizeProperty () const |
| virtual bool | hasNewOptions () const |
| virtual void | getAndClearOptions (std::set< std::string > &newOptions, std::set< std::string > &newOptionsRequested) |
| | 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 simulation settings.