A DtCockpitSettingsRecord contains the information to recreate a prop.
More...
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 <<.
|
Detailed Description
A DtCockpitSettingsRecord contains the information to recreate a prop.
Constructor & Destructor Documentation
| makArchives::DtCockpitSettingsRecord::DtCockpitSettingsRecord |
( |
| ) |
|
| makArchives::DtCockpitSettingsRecord::~DtCockpitSettingsRecord |
( |
| ) |
|
Member Function Documentation
| 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: