Public Types |
typedef std::vector< std::pair
< std::string, Color > > | ColorList |
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 <<.
|
Member Typedef Documentation
Constructor & Destructor Documentation
| makArchives::DtFeatureSettingsRecord::DtFeatureSettingsRecord |
( |
| ) |
|
| makArchives::DtFeatureSettingsRecord::~DtFeatureSettingsRecord |
( |
| ) |
|
Member Function Documentation
| bool makArchives::DtFeatureSettingsRecord::autoLoad |
( |
| ) |
const |
| void makArchives::DtFeatureSettingsRecord::setAutoLoad |
( |
bool |
autoLoad | ) |
|
| const ColorList& makArchives::DtFeatureSettingsRecord::featureColors |
( |
| ) |
const |
| void makArchives::DtFeatureSettingsRecord::setFeatureColors |
( |
const ColorList & |
list | ) |
|
| void makArchives::DtFeatureSettingsRecord::swapFeatureColors |
( |
ColorList & |
list | ) |
|
A faster way to set the colors by swapping.
template<class Archive >
| void makArchives::DtFeatureSettingsRecord::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::DtFeatureSettingsRecord::myAutoLoadFlag |
|
protected |
| std::vector< std::pair< std::string, Color> > makArchives::DtFeatureSettingsRecord::myColors |
|
protected |
The documentation for this class was generated from the following file: