VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends
makVrv::DtSharedTrackHistorySettings Class Reference

This class maintains the track history settings. More...

Inheritance diagram for makVrv::DtSharedTrackHistorySettings:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~DtSharedTrackHistorySettings ()
 DTOR.
Setting Getters/Setters
virtual int trackHistoryRibbonLength () const
 Gets the maximum track history ribbon length (in samples).
virtual void setTrackHistoryRibbonLength (int maxSamples)
 Sets the maximum track history ribbon length (in samples).
virtual float trackHistoryRibbonSpacing () const
 Gets the spacing between track history ribbon samples (in meters).
virtual void setTrackHistoryRibbonSpacing (float spacing)
 Sets the spacing between track history ribbon samples (in meters).
virtual bool trackHistoryRibbonInfinite () const
 Gets whether the track history ribbon is 'infinitely' long (250k samples).
virtual void setTrackHistoryRibbonInfinite (bool isInfinite)
 Sets whether the track history ribbon is 'infinitely' long (250k samples).
Settings record / backup methods
void setFromRecord (const makArchives::DtTrackHistorySettingsRecord &rec)
 Restore the settings from a record.
void getRecord (makArchives::DtTrackHistorySettingsRecord &rec) const
 Get the settings as a record.
virtual const
DtTrackHistorySettingsBackup
settingsBackup () const
 Accessor for the settings backup (const).
virtual
DtTrackHistorySettingsBackup
settingsBackup ()
 Accessor for the settings backup.
virtual void backup ()
 Called to back up the settings.

Static Public Member Functions

static std::string className ()
 The class name for this settings object.

Protected Member Functions

 DtSharedTrackHistorySettings (DtSharedSettingsManager &manager)
 Protected CTOR (Use DtReadSettingsLock and DtWriteSettingsLock).

Protected Attributes

int myTrackHistoryRibbonLength
float myTrackHistoryRibbonSpacing
bool myTrackHistoryInfiniteFlag
DtTrackHistorySettingsBackupmySettingsBackup

Friends

class DtReadSettingsLock< DtSharedTrackHistorySettings >
 Use the DtReadSettingsLock to read the object.
class DtWriteSettingsLock< DtSharedTrackHistorySettings >
 Use the DtWriteSettingsLock to write to the object.

Detailed Description

This class maintains the track history settings.


Constructor & Destructor Documentation

DTOR.

Protected CTOR (Use DtReadSettingsLock and DtWriteSettingsLock).


Member Function Documentation

Gets the maximum track history ribbon length (in samples).

virtual void makVrv::DtSharedTrackHistorySettings::setTrackHistoryRibbonLength ( int  maxSamples) [virtual]

Sets the maximum track history ribbon length (in samples).

Gets the spacing between track history ribbon samples (in meters).

virtual void makVrv::DtSharedTrackHistorySettings::setTrackHistoryRibbonSpacing ( float  spacing) [virtual]

Sets the spacing between track history ribbon samples (in meters).

Gets whether the track history ribbon is 'infinitely' long (250k samples).

Sets whether the track history ribbon is 'infinitely' long (250k samples).

Restore the settings from a record.

Get the settings as a record.

Accessor for the settings backup (const).

Reimplemented from makVrv::DtSharedSettings.

Accessor for the settings backup.

Reimplemented from makVrv::DtSharedSettings.

Called to back up the settings.

Reimplemented from makVrv::DtSharedSettings.

static std::string makVrv::DtSharedTrackHistorySettings::className ( ) [static]

The class name for this settings object.


Friends And Related Function Documentation

Use the DtReadSettingsLock to read the object.

Use the DtWriteSettingsLock to write to the object.


Member Data Documentation


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)