VR-Forces 4.1 Class Documentation
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | Friends
makArchives::DtRenderSettingsRecord Class Reference

A DtRenderSettingsRecord contains the information to regarding the rendering settings the applications saves. More...

Public Member Functions

 DtRenderSettingsRecord ()
 CTOR.
 ~DtRenderSettingsRecord ()
 DTOR.
 DtRenderSettingsRecord (const DtRenderSettingsRecord &orig)
 Copy CTOR.
DtRenderSettingsRecordoperator= (const DtRenderSettingsRecord &orig)
 Assignment OP.
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)
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 setting)
float planViewGeocentricOccludedTransparency () const
void setPlanViewGeocentricOccludedTransparency (float f)

Protected Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 When the class Archive corresponds to an output archive, the & operator is defined similar to <<.

Protected Attributes

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

Friends

class boost::serialization::access
 Serialization.

Detailed Description

A DtRenderSettingsRecord contains the information to regarding the rendering settings the applications saves.

Constructor & Destructor Documentation

makArchives::DtRenderSettingsRecord::DtRenderSettingsRecord ( )

CTOR.

makArchives::DtRenderSettingsRecord::~DtRenderSettingsRecord ( )

DTOR.

makArchives::DtRenderSettingsRecord::DtRenderSettingsRecord ( const DtRenderSettingsRecord orig)

Copy CTOR.

Member Function Documentation

DtRenderSettingsRecord& makArchives::DtRenderSettingsRecord::operator= ( const DtRenderSettingsRecord orig)

Assignment OP.

bool makArchives::DtRenderSettingsRecord::wireframeMode ( ) const
void makArchives::DtRenderSettingsRecord::setWireframeMode ( bool  setting)
bool makArchives::DtRenderSettingsRecord::terrainScalingEnabled ( ) const
void makArchives::DtRenderSettingsRecord::setTerrainScalingEnabled ( bool  enabled)
double makArchives::DtRenderSettingsRecord::terrainScaleFactor ( ) const
void makArchives::DtRenderSettingsRecord::setTerrainScaleFactor ( double  scaleFactor)
bool makArchives::DtRenderSettingsRecord::clearTrackHistoryOnTerrainScaleChanged ( ) const
void makArchives::DtRenderSettingsRecord::setClearTrackHistoryOnTerrainScaleChanged ( bool  clear)
bool makArchives::DtRenderSettingsRecord::shadowMode ( ) const
void makArchives::DtRenderSettingsRecord::setShadowMode ( bool  setting)
int makArchives::DtRenderSettingsRecord::shadowQuality ( ) const
void makArchives::DtRenderSettingsRecord::setShadowQuality ( int  setting)
bool makArchives::DtRenderSettingsRecord::entityShadowMode ( ) const
void makArchives::DtRenderSettingsRecord::setEntityShadowMode ( bool  setting)
bool makArchives::DtRenderSettingsRecord::propShadowMode ( ) const
void makArchives::DtRenderSettingsRecord::setPropShadowMode ( bool  setting)
bool makArchives::DtRenderSettingsRecord::terrainShadowMode ( ) const
void makArchives::DtRenderSettingsRecord::setTerrainShadowMode ( bool  setting)
bool makArchives::DtRenderSettingsRecord::performanceOverlayEnabled ( ) const
void makArchives::DtRenderSettingsRecord::setPerformanceOverlayEnabled ( bool  setting)
float makArchives::DtRenderSettingsRecord::planViewGeocentricOccludedTransparency ( ) const
void makArchives::DtRenderSettingsRecord::setPlanViewGeocentricOccludedTransparency ( float  f)
template<class Archive >
void makArchives::DtRenderSettingsRecord::serialize ( Archive &  ar,
const unsigned int  version 
)
inlineprotected

When the class Archive corresponds to an output archive, the & operator is defined similar to <<.

Likewise, when the class Archive is a type of input archive the & operator is defined similar to >>.

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Serialization.

Member Data Documentation

bool makArchives::DtRenderSettingsRecord::myWireframeMode
protected
bool makArchives::DtRenderSettingsRecord::myShadowMode
protected
int makArchives::DtRenderSettingsRecord::myShadowQuality
protected
bool makArchives::DtRenderSettingsRecord::myEntityShadowMode
protected
bool makArchives::DtRenderSettingsRecord::myPropShadowMode
protected
bool makArchives::DtRenderSettingsRecord::myTerrainShadowMode
protected
bool makArchives::DtRenderSettingsRecord::myPerformanceOverlayEnabled
protected
float makArchives::DtRenderSettingsRecord::myPlanViewGeocentricOccludedTransparency
protected
bool makArchives::DtRenderSettingsRecord::myTerrainScalingEnabled
protected
double makArchives::DtRenderSettingsRecord::myTerrainScaleFactor
protected
bool makArchives::DtRenderSettingsRecord::myClearTrackHistoryOnTerrainScaleChanged
protected

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

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)