![]() |
VR-Forces Developer's Guide
|
This class will be used to store the extended entity states and will be referenced by the DtVrfExtendedEntitySettings class.

Protected Types | |
| enum | Flags { DisplayObjectConsoleWarningIcon = 0x00000001, DisplayBoundingBoxesWhenSelected = 0x00000002, AllowNonVrfEntitiesToBeTasked = 0x00000010, DisplayAttackLines = 0x00000020, DisplayAttackAnimation = 0x00000040, DisplaySupplyLines = 0x00000080, DisplayGumballs = 0x00000100, DisplayTaskVisualizationsWhenSelected = 0x00000200, AutomaticallSelectDeselectAggregateExpansionChanges = 0x00000800, DisplayHealth = 0x00001000, Defaults } |
Protected Member Functions | |
| virtual void | setFlag (Flags, bool) |
Protected Member Functions inherited from makVrf::DtVrfGuiApplicationSetting | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Protected Attributes | |
| int | myFlags |
Protected Attributes inherited from makVrf::DtVrfGuiApplicationSetting | |
| makVrv::DtDe * | myDe |
Additional Inherited Members | |
Static Public Member Functions inherited from makVrf::DtVrfGuiApplicationSetting | |
| template<typename T > | |
| static std::string | theClassType () |
| template<typename T > | |
| static DtVrfGuiApplicationSetting * | create (makVrv::DtDe &de) |
|
protected |
| makVrf::DtVrfExtendedEntitySettingsData::DtVrfExtendedEntitySettingsData | ( | makVrv::DtDe * | = 0 | ) |
| makVrf::DtVrfExtendedEntitySettingsData::DtVrfExtendedEntitySettingsData | ( | const DtVrfExtendedEntitySettingsData & | ) |
|
virtual |
|
virtual |
Get/set whether or not to show the entity object console warning icon.
|
virtual |
|
virtual |
Get/set whether or not to show the aggregate gumballs.
|
virtual |
|
virtual |
Get/set whether or not to show the aggregate health.
|
virtual |
|
virtual |
Get/set whether or not to show the entity attack lines.
|
virtual |
|
virtual |
Get/set whether or not to display attack animation.
|
virtual |
|
virtual |
Get/set whether or not to display supply lines.
|
virtual |
|
virtual |
Get/set whether or not entity bounding boxes are shown when an entity is selected. Default is true.
|
virtual |
|
virtual |
Set whether or not to change aggregate selections when expanded/collapsed. Default is true.
|
virtual |
|
virtual |
Get/set whether or not entity task visualizations are shown when an entity is selected. Default is true.
|
virtual |
|
virtual |
Get/set whether or not non VR-Forces entities can have the task menu enabled.
|
virtual |
|
virtual |
Clone of this object.
Implements makVrf::DtVrfGuiApplicationSetting.
|
virtual |
Must implement to return unique name of class.
Implements makVrf::DtVrfGuiApplicationSetting.
|
virtual |
Override to read/write settings.
Implements makVrf::DtVrfGuiApplicationSetting.
|
virtual |
Implements makVrf::DtVrfGuiApplicationSetting.
|
virtual |
Get/set flags.
|
virtual |
|
inlinevirtual |
Override in subclass to version data.
Reimplemented from makVrf::DtVrfGuiApplicationSetting.
|
protected |