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

A DtCockpitSettingsRecord contains the information to recreate a prop. More...

Public Member Functions

 DtCockpitSettingsRecord ()
 CTOR.
 ~DtCockpitSettingsRecord ()
 DTOR.
 DtCockpitSettingsRecord (const DtCockpitSettingsRecord &orig)
 Copy CTOR.
DtCockpitSettingsRecordoperator= (const DtCockpitSettingsRecord &orig)
 Assignment OP.
void setDataPath (const std::string &path)
const std::string & dataPath () const
void setShowCockpits (bool show)
const bool showCockpits () const
void setSmoothingEnabled (bool smooth)
const bool smoothingEnabled () const
void setSmoothingPeriod (const double &period)
const double smoothingPeriod () 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

std::string myDataPath
bool myShowHuds
bool mySmoothingEnabled
double mySmoothingPeriod

Friends

class boost::serialization::access
 Serialization/Deserialization //.

Detailed Description

A DtCockpitSettingsRecord contains the information to recreate a prop.

Constructor & Destructor Documentation

makArchives::DtCockpitSettingsRecord::DtCockpitSettingsRecord ( )

CTOR.

makArchives::DtCockpitSettingsRecord::~DtCockpitSettingsRecord ( )

DTOR.

makArchives::DtCockpitSettingsRecord::DtCockpitSettingsRecord ( const DtCockpitSettingsRecord orig)

Copy CTOR.

Member Function Documentation

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

Assignment OP.

void makArchives::DtCockpitSettingsRecord::setDataPath ( const std::string &  path)
const std::string& makArchives::DtCockpitSettingsRecord::dataPath ( ) const
void makArchives::DtCockpitSettingsRecord::setShowCockpits ( bool  show)
const bool makArchives::DtCockpitSettingsRecord::showCockpits ( ) const
void makArchives::DtCockpitSettingsRecord::setSmoothingEnabled ( bool  smooth)
const bool makArchives::DtCockpitSettingsRecord::smoothingEnabled ( ) const
void makArchives::DtCockpitSettingsRecord::setSmoothingPeriod ( const double &  period)
const double makArchives::DtCockpitSettingsRecord::smoothingPeriod ( ) const
template<class Archive >
void makArchives::DtCockpitSettingsRecord::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/Deserialization //.

Member Data Documentation

std::string makArchives::DtCockpitSettingsRecord::myDataPath
protected
bool makArchives::DtCockpitSettingsRecord::myShowHuds
protected
bool makArchives::DtCockpitSettingsRecord::mySmoothingEnabled
protected
double makArchives::DtCockpitSettingsRecord::mySmoothingPeriod
protected

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

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)