![]() |
VR-Forces Developer's Guide
|
This class maintains the track history settings.

Static Public Member Functions | |
| static const std::string & | className () |
Protected Member Functions | |
| DtSharedTrackHistorySettings (DtSharedSettingsManager &manager) | |
| bool | applyFactoryOverrides (makArchives::DtTrackHistorySettingsRecord &rec) const |
Private Member Functions | |
| DtSharedTrackHistorySettings () | |
| DtSharedTrackHistorySettings (const DtSharedTrackHistorySettings &) | |
| DtSharedTrackHistorySettings & | operator= (const DtSharedTrackHistorySettings &) |
|
virtual |
DTOR.
|
protected |
Protected CTOR (Use DtReadSettingsLock and DtWriteSettingsLock).
|
private |
unimplemented private default constructor
|
private |
Copy Constructor not implemented – Copy not allowed.
|
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.
|
private |
Assignment Operator not implemented – Copy not allowed.
|
virtual |
Gets the maximum track history ribbon length (in samples).
|
virtual |
Sets the maximum track history ribbon length (in samples).
|
virtual |
Gets the maximum track history ribbon segment timeout (in seconds).
|
virtual |
Sets the maximum track history ribbon segment timeout (in seconds).
|
virtual |
Gets the spacing between track history ribbon samples (in meters).
|
virtual |
Sets the spacing between track history ribbon samples (in meters).
|
virtual |
Gets whether the track history ribbon is 'infinitely' long (250k samples).
|
virtual |
Sets whether the track history ribbon is 'infinitely' long (250k samples).
|
virtual |
Gets whether the track history height lines are enabled.
|
virtual |
Sets whether the track history height lines are enabled.
| void makVrv::DtSharedTrackHistorySettings::setFromRecord | ( | const makArchives::DtTrackHistorySettingsRecord & | rec | ) |
Restore the settings from a record.
| void makVrv::DtSharedTrackHistorySettings::getRecord | ( | makArchives::DtTrackHistorySettingsRecord & | rec | ) | const |
Get the settings as 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 class name for this settings object.
|
friend |
Use the DtReadSettingsLock to read the object.
|
friend |
Use the DtWriteSettingsLock to write to the object.
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |