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

Contains the entity display settings. More...

Public Member Functions

 DtEntitySettingsRecord ()
 CTOR.
 DtEntitySettingsRecord (const DtEntitySettingsRecord &copy)
 Copy CTOR.
DtEntitySettingsRecordoperator= (const DtEntitySettingsRecord &obj)
 Assignment operator.
 ~DtEntitySettingsRecord ()
 DTOR.
Setting Getters/Setters
bool groundClampingEnabled () const
void setGroundClampingEnabled (bool enabled)
float groundClampingRadiusScale () const
void setGroundClampingRadiusScale (float scale)
bool groundClampingCullingEnabled () const
void setGroundClampingCullingEnabled (bool enabled)
bool orientationClampingEnabled () const
void setOrientationClampingEnabled (bool enabled)
bool lifeformsUprightEnabled () const
void setLifeformsUprightEnabled (bool enabled)
bool smoothingEnabled () const
void setSmoothingEnabled (bool enabled)
float smoothingPeriod () const
void setSmoothingPeriod (float period)
bool showEntityLabels () const
void setShowEntityLabels (bool show)
bool showStealthsEnabled () const
void setShowStealthsEnabled (bool enabled)
bool infoPopupsOnSelectEnabled () const
void setInfoPopupsOnSelectEnabled (bool enabled)
bool fireDetonateLinesEnabled () const
void setFireDetonateLinesEnabled (bool enabled)
bool entityEmitterVolumesEnabled () const
void setEntityEmitterVolumesEnabled (bool enabled)
bool entityHeightAboveTerrainLinesEnabled () const
void setEntityHeightAboveTerrainLinesEnabled (bool enabled)
unsigned entityHeightAboveTerrainMode () const
void setEntityHeightAboveTerrainMode (unsigned mode)
bool entitySimDataEnabled () const
void setEntitySimDataEnabled (bool enabled)
unsigned colorizedModelColorType () const
void setColorizedModelColorType (unsigned type)
float entityIconScale () const
void setEntityIconScale (float scale)
void setHideEmbarked2DObjects (bool b)
bool hideEmbarked2DObjects () const

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 myGroundClampingEnabled
float myGroundClampingRadiusScale
bool myGroundClampingCullingEnabled
bool myOrientationClampingEnabled
bool myLifeformsUprightEnabled
bool mySmoothingEnabled
float mySmoothingPeriod
bool myShowEntityLabels
bool myShowStealthsEnabled
bool myInfoPopupsOnSelectEnabled
bool myFireDetonateLinesEnabled
bool myEntitySensorVolumesEnabled
bool myEntityHeightAboveTerrainLinesEnabled
unsigned myEntityHeightAboveTerrainMode
bool myEntitySimDataEnabled
unsigned myColorizedModelColorType
float myEntityIconScaleFactor
bool myHideEmbarked2DObjects

Friends

class boost::serialization::access

Detailed Description

Contains the entity display settings.

Constructor & Destructor Documentation

makArchives::DtEntitySettingsRecord::DtEntitySettingsRecord ( )

CTOR.

makArchives::DtEntitySettingsRecord::DtEntitySettingsRecord ( const DtEntitySettingsRecord copy)

Copy CTOR.

makArchives::DtEntitySettingsRecord::~DtEntitySettingsRecord ( )

DTOR.

Member Function Documentation

DtEntitySettingsRecord& makArchives::DtEntitySettingsRecord::operator= ( const DtEntitySettingsRecord obj)

Assignment operator.

bool makArchives::DtEntitySettingsRecord::groundClampingEnabled ( ) const
void makArchives::DtEntitySettingsRecord::setGroundClampingEnabled ( bool  enabled)
float makArchives::DtEntitySettingsRecord::groundClampingRadiusScale ( ) const
void makArchives::DtEntitySettingsRecord::setGroundClampingRadiusScale ( float  scale)
bool makArchives::DtEntitySettingsRecord::groundClampingCullingEnabled ( ) const
void makArchives::DtEntitySettingsRecord::setGroundClampingCullingEnabled ( bool  enabled)
bool makArchives::DtEntitySettingsRecord::orientationClampingEnabled ( ) const
void makArchives::DtEntitySettingsRecord::setOrientationClampingEnabled ( bool  enabled)
bool makArchives::DtEntitySettingsRecord::lifeformsUprightEnabled ( ) const
void makArchives::DtEntitySettingsRecord::setLifeformsUprightEnabled ( bool  enabled)
bool makArchives::DtEntitySettingsRecord::smoothingEnabled ( ) const
void makArchives::DtEntitySettingsRecord::setSmoothingEnabled ( bool  enabled)
float makArchives::DtEntitySettingsRecord::smoothingPeriod ( ) const
void makArchives::DtEntitySettingsRecord::setSmoothingPeriod ( float  period)
bool makArchives::DtEntitySettingsRecord::showEntityLabels ( ) const
void makArchives::DtEntitySettingsRecord::setShowEntityLabels ( bool  show)
bool makArchives::DtEntitySettingsRecord::showStealthsEnabled ( ) const
void makArchives::DtEntitySettingsRecord::setShowStealthsEnabled ( bool  enabled)
bool makArchives::DtEntitySettingsRecord::infoPopupsOnSelectEnabled ( ) const
void makArchives::DtEntitySettingsRecord::setInfoPopupsOnSelectEnabled ( bool  enabled)
bool makArchives::DtEntitySettingsRecord::fireDetonateLinesEnabled ( ) const
void makArchives::DtEntitySettingsRecord::setFireDetonateLinesEnabled ( bool  enabled)
bool makArchives::DtEntitySettingsRecord::entityEmitterVolumesEnabled ( ) const
void makArchives::DtEntitySettingsRecord::setEntityEmitterVolumesEnabled ( bool  enabled)
bool makArchives::DtEntitySettingsRecord::entityHeightAboveTerrainLinesEnabled ( ) const
void makArchives::DtEntitySettingsRecord::setEntityHeightAboveTerrainLinesEnabled ( bool  enabled)
unsigned makArchives::DtEntitySettingsRecord::entityHeightAboveTerrainMode ( ) const
void makArchives::DtEntitySettingsRecord::setEntityHeightAboveTerrainMode ( unsigned  mode)
bool makArchives::DtEntitySettingsRecord::entitySimDataEnabled ( ) const
void makArchives::DtEntitySettingsRecord::setEntitySimDataEnabled ( bool  enabled)
unsigned makArchives::DtEntitySettingsRecord::colorizedModelColorType ( ) const
void makArchives::DtEntitySettingsRecord::setColorizedModelColorType ( unsigned  type)
float makArchives::DtEntitySettingsRecord::entityIconScale ( ) const
void makArchives::DtEntitySettingsRecord::setEntityIconScale ( float  scale)
void makArchives::DtEntitySettingsRecord::setHideEmbarked2DObjects ( bool  b)
bool makArchives::DtEntitySettingsRecord::hideEmbarked2DObjects ( ) const
template<class Archive >
void makArchives::DtEntitySettingsRecord::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

Member Data Documentation

bool makArchives::DtEntitySettingsRecord::myGroundClampingEnabled
protected
float makArchives::DtEntitySettingsRecord::myGroundClampingRadiusScale
protected
bool makArchives::DtEntitySettingsRecord::myGroundClampingCullingEnabled
protected
bool makArchives::DtEntitySettingsRecord::myOrientationClampingEnabled
protected
bool makArchives::DtEntitySettingsRecord::myLifeformsUprightEnabled
protected
bool makArchives::DtEntitySettingsRecord::mySmoothingEnabled
protected
float makArchives::DtEntitySettingsRecord::mySmoothingPeriod
protected
bool makArchives::DtEntitySettingsRecord::myShowEntityLabels
protected
bool makArchives::DtEntitySettingsRecord::myShowStealthsEnabled
protected
bool makArchives::DtEntitySettingsRecord::myInfoPopupsOnSelectEnabled
protected
bool makArchives::DtEntitySettingsRecord::myFireDetonateLinesEnabled
protected
bool makArchives::DtEntitySettingsRecord::myEntitySensorVolumesEnabled
protected
bool makArchives::DtEntitySettingsRecord::myEntityHeightAboveTerrainLinesEnabled
protected
unsigned makArchives::DtEntitySettingsRecord::myEntityHeightAboveTerrainMode
protected
bool makArchives::DtEntitySettingsRecord::myEntitySimDataEnabled
protected
unsigned makArchives::DtEntitySettingsRecord::myColorizedModelColorType
protected
float makArchives::DtEntitySettingsRecord::myEntityIconScaleFactor
protected
bool makArchives::DtEntitySettingsRecord::myHideEmbarked2DObjects
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)