![]() |
VR-Forces 5.0.1 Developer's Guide
|
The shared tactical graphics display settings.

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 | |
| DtSharedTacticalGraphicsDisplaySettings (DtSharedSettingsManager &manager) | |
Friends | |
| class | DtReadSettingsLock< DtSharedTacticalGraphicsDisplaySettings > |
| class | DtWriteSettingsLock< DtSharedTacticalGraphicsDisplaySettings > |
|
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::remoteGraphicsEnabled | ( | ) | const |
| void makVrv::DtSharedTacticalGraphicsDisplaySettings::setRemoteGraphicsEnabled | ( | bool | enabled | ) |
| 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.
|
friend |
Use the DtReadSettingsLock to read the object.
|
friend |
Use the DtWriteSettingsLock to write to the object.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |