|
| | DtRangeRingsManager (makVrv::DtDe &) |
| |
| virtual | ~DtRangeRingsManager () override |
| |
| virtual void | loadDefaults (bool fromFactory=false) |
| |
| virtual void | saveAsDefaults () |
| |
const
makVrv::DtRecordSettingsBackupInterface * | settingsBackup () const |
| |
| makVrv::DtRecordSettingsBackupInterface * | settingsBackup () |
| |
| void | exportSettings (const std::string &fileName) |
| |
| void | importSettings (const std::string &fileName) |
| |
| 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) |
| |
| virtual void | addRecords (DtRangeRingsSettingsRecord &recs, DtRangeRingsSettingsRecord &combinedRec) |
| |
| 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) |
| |
| 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) |
| |
| virtual makVrv::DtUnicode | labelForType (const std::string &) const |
| |
| virtual std::string | sectorSizeProperty () const |
| |
| virtual void | setSectorSizeProperty (const std::string &) |
| |
| | DtVirtualBaseClass () |
| |
| virtual | ~DtVirtualBaseClass () |
| |