![]() |
VR-Forces 4.10 Class Documentation
|
This class maintains the track history settings. More...

Public Member Functions | |
| virtual | ~DtSharedTrackHistorySettings () |
| DTOR. More... | |
Setting Getters/Setters | |
| virtual int | trackHistoryRibbonLength () const |
| Gets the maximum track history ribbon length (in samples). More... | |
| virtual void | setTrackHistoryRibbonLength (int maxSamples) |
| Sets the maximum track history ribbon length (in samples). More... | |
| virtual float | trackHistoryRibbonTimeout () const |
| Gets the maximum track history ribbon segment timeout (in seconds). More... | |
| virtual void | setTrackHistoryRibbonTimeout (float duration) |
| Sets the maximum track history ribbon segment timeout (in seconds). More... | |
| virtual float | trackHistoryRibbonSpacing () const |
| Gets the spacing between track history ribbon samples (in meters). More... | |
| virtual void | setTrackHistoryRibbonSpacing (float spacing) |
| Sets the spacing between track history ribbon samples (in meters). More... | |
| virtual bool | trackHistoryRibbonInfinite () const |
| Gets whether the track history ribbon is 'infinitely' long (250k samples). More... | |
| virtual void | setTrackHistoryRibbonInfinite (bool isInfinite) |
| Sets whether the track history ribbon is 'infinitely' long (250k samples). More... | |
Settings record / backup methods | |
| void | setFromRecord (const makArchives::DtTrackHistorySettingsRecord &rec) |
| Restore the settings from a record. More... | |
| void | getRecord (makArchives::DtTrackHistorySettingsRecord &rec) const |
| Get the settings as a record. More... | |
| virtual const DtTrackHistorySettingsBackup * | settingsBackup () const |
| Accessor for the settings backup (const). More... | |
| virtual DtTrackHistorySettingsBackup * | settingsBackup () |
| Accessor for the settings backup. More... | |
| virtual void | backup () |
| Called to back up the settings. More... | |
Public Member Functions inherited from makVrv::DtSharedSettings | |
| DtSharedSettings (const DtSharedSettingsManager &manager) | |
| CTOR. More... | |
| virtual | ~DtSharedSettings () |
| DTOR. More... | |
| boost::shared_mutex & | mutex () |
| Get the mutex for the settings object. More... | |
| SafetyKey | safeToEmitSignals () |
| Create a safety key for the function, see above example. More... | |
| void | setCurrentWriteLock (boost::unique_lock< boost::shared_mutex > *currentWriteLock) |
| No need to call, set by the DtWriteSettingLock object. More... | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static const std::string & | className () |
| The class name for this settings object. More... | |
Protected Member Functions | |
| DtSharedTrackHistorySettings (DtSharedSettingsManager &manager) | |
| Protected CTOR (Use DtReadSettingsLock and DtWriteSettingsLock). More... | |
Protected Attributes | |
| int | myTrackHistoryRibbonLength |
| float | myTrackHistoryRibbonTimeout |
| float | myTrackHistoryRibbonSpacing |
| bool | myTrackHistoryInfiniteFlag |
| DtTrackHistorySettingsBackup * | mySettingsBackup |
Private Member Functions | |
| DtSharedTrackHistorySettings () | |
| unimplemented private default constructor More... | |
| DtSharedTrackHistorySettings (const DtSharedTrackHistorySettings &) | |
| Copy Constructor not implemented – Copy not allowed. More... | |
| DtSharedTrackHistorySettings & | operator= (const DtSharedTrackHistorySettings &) |
| Assignment Operator not implemented – Copy not allowed. More... | |
Friends | |
| class | DtReadSettingsLock< DtSharedTrackHistorySettings > |
| Use the DtReadSettingsLock to read the object. More... | |
| class | DtWriteSettingsLock< DtSharedTrackHistorySettings > |
| Use the DtWriteSettingsLock to write to the object. More... | |
This class maintains the track history settings.
|
virtual |
DTOR.
|
protected |
Protected CTOR (Use DtReadSettingsLock and DtWriteSettingsLock).
|
private |
unimplemented private default constructor
|
private |
Copy Constructor not implemented – Copy not allowed.
|
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).
| 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.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |