![]() |
VR-Forces Developer's Guide
|
Tactical graphics display settings shared between the main thread and connection threads. Changes to these settings are communicated using the DtTacticalGraphicsSettingsSignaler.

Public Types | |
| enum | HeightAboveTerrainMode { ShowHatForAll =0, ShowHatForSelected =1 } |
Static Public Member Functions | |
| static const std::string & | className () |
| static std::string | classType () |
| static std::string | displayName () |
Protected Member Functions | |
| void | signalFriendlyForceColorOverrideStyleChange () |
| DtSharedTacticalGraphicsDisplaySettings (DtSharedSettingsManager &manager) | |
| bool | applyFactoryOverrides (makArchives::DtTacticalGraphicsSettingsRecord &rec) const |
|
virtual |
DTOR.
|
protected |
Protected CTOR (Use DtReadSettingsLock and DtWriteSettingsLock).
| bool makVrv::DtSharedTacticalGraphicsDisplaySettings::tacticalGraphicsEnabled | ( | ) | const |
| void makVrv::DtSharedTacticalGraphicsDisplaySettings::setTacticalGraphicsEnabled | ( | bool | enabled | ) |
| bool makVrv::DtSharedTacticalGraphicsDisplaySettings::tacticalGraphicsIndicatorsEnabled | ( | ) | const |
| void makVrv::DtSharedTacticalGraphicsDisplaySettings::setTacticalGraphicsIndicatorsEnabled | ( | bool | enabled | ) |
| bool makVrv::DtSharedTacticalGraphicsDisplaySettings::tacticalGraphicsHeightAboveTerrainLinesEnabled | ( | ) | const |
| void makVrv::DtSharedTacticalGraphicsDisplaySettings::setTacticalGraphicsHeightAboveTerrainLinesEnabled | ( | bool | enabled | ) |
| HeightAboveTerrainMode makVrv::DtSharedTacticalGraphicsDisplaySettings::tacticalGraphicsHeightAboveTerrainMode | ( | ) | const |
| void makVrv::DtSharedTacticalGraphicsDisplaySettings::setTacticalGraphicsHeightAboveTerrainMode | ( | HeightAboveTerrainMode | mode | ) |
| bool makVrv::DtSharedTacticalGraphicsDisplaySettings::tacticalGraphicsHeightLinesEnabled | ( | ) | const |
| void makVrv::DtSharedTacticalGraphicsDisplaySettings::setTacticalGraphicsHeightLinesEnabled | ( | bool | enabled | ) |
| bool makVrv::DtSharedTacticalGraphicsDisplaySettings::remoteGraphicsEnabled | ( | ) | const |
| void makVrv::DtSharedTacticalGraphicsDisplaySettings::setRemoteGraphicsEnabled | ( | bool | enabled | ) |
| bool makVrv::DtSharedTacticalGraphicsDisplaySettings::showActiveTacticalGraphicsEnabled | ( | ) | const |
| void makVrv::DtSharedTacticalGraphicsDisplaySettings::setShowActiveTacticalGraphicsEnabled | ( | bool | enabled | ) |
| bool makVrv::DtSharedTacticalGraphicsDisplaySettings::deleteTacticalGraphicsOnHide | ( | ) | const |
| void makVrv::DtSharedTacticalGraphicsDisplaySettings::setDeleteTacticalGraphicsOnHide | ( | bool | enabled | ) |
| vrvTacticalGraphicUtilities::FriendlyForceColorStyle makVrv::DtSharedTacticalGraphicsDisplaySettings::friendlyForceColorStyle | ( | ) | const |
| bool makVrv::DtSharedTacticalGraphicsDisplaySettings::friendlyForceColorOverrideEnabled | ( | ) | const |
| void makVrv::DtSharedTacticalGraphicsDisplaySettings::setFriendlyForceColorOverrideEnabled | ( | bool | enabled | ) |
| void makVrv::DtSharedTacticalGraphicsDisplaySettings::setFriendlyForceColorOverrideIsBlack | ( | bool | isBlack | ) |
| bool makVrv::DtSharedTacticalGraphicsDisplaySettings::friendlyForceColorOverrideIsBlack | ( | ) | const |
| void makVrv::DtSharedTacticalGraphicsDisplaySettings::setFromRecord | ( | const makArchives::DtTacticalGraphicsSettingsRecord & | rec | ) |
Set the tactical graphics settings from a record.
| void makVrv::DtSharedTacticalGraphicsDisplaySettings::getRecord | ( | makArchives::DtTacticalGraphicsSettingsRecord & | rec | ) | const |
Write the tactical graphics settings to a record.
|
virtual |
Accessor for the settings backup (const).
Reimplemented from makVrv::DtSharedSettings.
|
virtual |
Accessor for the settings backup.
Reimplemented from makVrv::DtSharedSettings.
|
virtual |
Called to back up the settings.
Reimplemented from makVrv::DtSharedSettings.
|
static |
The settings object's class name.
|
static |
The settings object's class type.
|
static |
The settings object's display name.
|
protected |
|
protected |
Get overrides to the factory record, if any. If there are overrides, this function returns true. This is an internal utility function used by VR-Vantage engineers to update factory defaults. As a result, this function returns false in releases but can be overriden by toolkit users if desired; however, generally toolkit users can and should use DtDeInitializer::addDefaultSettingsRecord(...) instead.
|
friend |
Use the DtReadSettingsLock to read the object.
|
friend |
Use the DtWriteSettingsLock to write to the object.
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |