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

The shared render settings. More...

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

List of all members.

Public Member Functions

virtual ~DtSharedRenderSettings ()
 DTOR.
Setting Getters & Setters
bool wireframeMode () const
void setWireframeMode (bool setting)
bool terrainScalingEnabled () const
void setTerrainScalingEnabled (bool enabled)
double terrainScaleFactor () const
void setTerrainScaleFactor (double scaleFactor)
bool clearTrackHistoryOnTerrainScaleChanged () const
void setClearTrackHistoryOnTerrainScaleChanged (bool clear)
void setPlanViewGeocentricOccludedTransparency (float f)
float planViewGeocentricOccludedTransparency () const
bool shadowMode () const
void setShadowMode (bool setting)
int shadowQuality () const
void setShadowQuality (int setting)
bool entityShadowMode () const
void setEntityShadowMode (bool setting)
bool propShadowMode () const
void setPropShadowMode (bool setting)
bool terrainShadowMode () const
void setTerrainShadowMode (bool setting)
bool performanceOverlayEnabled () const
void setPerformanceOverlayEnabled (bool enabled)
Settings record / backup methods
void setFromRecord (const makArchives::DtRenderSettingsRecord &rec)
 Restore the settings from a record.
void getRecord (makArchives::DtRenderSettingsRecord &rec) const
 Get the settings as a record.
virtual const
DtRenderSettingsBackup
settingsBackup () const
 Accessor for the settings backup (const).
virtual DtRenderSettingsBackupsettingsBackup ()
 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

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

Protected Attributes

bool myWireframeMode
bool myTerrainScalingEnabled
double myTerrainScaleFactor
bool myClearTrackHistoryOnTerrainScaleChanged
float myPlanViewGeocentricOccludedTransparency
bool myShadowMode
int myShadowQuality
bool myEntityShadowMode
bool myPropShadowMode
bool myTerrainShadowMode
bool myPerformanceOverlayEnabled
DtRenderSettingsBackupmySettingsBackup

Friends

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

Detailed Description

The shared render settings.


Constructor & Destructor Documentation

DTOR.

Protected CTOR (Use DtReadSettingsLock and DtWriteSettingsLock).


Member Function Documentation

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.

virtual void makVrv::DtSharedRenderSettings::backup ( ) [virtual]

Called to back up the settings.

Reimplemented from makVrv::DtSharedSettings.

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

The class name for this settings object.


Friends And Related Function Documentation

friend class DtReadSettingsLock< DtSharedRenderSettings > [friend]

Use the DtReadSettingsLock to read the object.

friend class DtWriteSettingsLock< DtSharedRenderSettings > [friend]

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)