Public Member Functions |
| | DtRangeRingsManager (makVrv::DtDe &) |
| virtual | ~DtRangeRingsManager () |
| virtual void | loadDefaults (bool fromFactory=false) |
| | Loads default or factory record.
|
| virtual void | saveAsDefaults () |
| | Saves record as default record.
|
const
makVrv::DtRecordSettingsBackupInterface * | settingsBackup () const |
| makVrv::DtRecordSettingsBackupInterface * | settingsBackup () |
| void | exportSettings (const std::string &fileName) |
| | Exports the current cache settings to a file.
|
| void | importSettings (const std::string &fileName) |
| | Import the current cache settings from a file.
|
| void | setAutoSave (bool b) |
| bool | autoSave () const |
| virtual void | getRecord (DtRangeRingsSettingsRecord &rec) const |
| virtual void | setFromRecord (const DtRangeRingsSettingsRecord &rec) |
| virtual void | getSplitRecord (std::vector< DtRangeRingsSettingsRecord > &rec, std::vector< std::string > &fileNames) |
| | To support writing element definitions in folders as multiple files not implemented.
|
| virtual void | addRecords (DtRangeRingsSettingsRecord &recs, DtRangeRingsSettingsRecord &combinedRec) |
| | To support writing element definitions in folders as multiple files not implemented.
|
| virtual void | setFill2D (bool b) |
| virtual bool | fill2D () const |
| virtual void | setShowRangeSphere (bool onOff) |
| 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 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 | setVisible (const std::string &type, bool) |
| virtual bool | visible (const std::string &type) 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 void | removeColorOption (const std::string &type) |
| virtual bool | wasRequested (const std::string &) const |
| 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 makVrv::DtUnicode | labelForType (const std::string &) const |
| virtual std::string | sectorSizeProperty () const |
| virtual void | setSectorSizeProperty (const std::string &) |
| | DtVirtualBaseClass () |
| | Do nothing constructor.
|
| virtual | ~DtVirtualBaseClass () |
| | Virtual do nothing destructor.
|