![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtDoubleSetting () | |
| DtDoubleSetting (std::string name, double value) | |
| DtDoubleSetting (const DtDoubleSetting &orig) | |
| virtual bool | operator== (const DtSettingsObject &other) const |
| virtual bool | operator!= (const DtSettingsObject &other) const |
| virtual bool | setFrom (const DtSettingsObject *other) |
| virtual DtSettingsObject * | clone () const |
| double | value () const |
| void | setValue (double value) |
Protected Attributes | |
| double | myValue |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Friends | |
| class | boost::serialization::access |
| DtDoubleSetting::DtDoubleSetting | ( | std::string | name, |
| double | value | ||
| ) |
| DtDoubleSetting::DtDoubleSetting | ( | const DtDoubleSetting & | orig | ) |
| virtual bool DtDoubleSetting::operator== | ( | const DtSettingsObject & | other | ) | const [virtual] |
Reimplemented from DtSettingsObject.
| virtual bool DtDoubleSetting::operator!= | ( | const DtSettingsObject & | other | ) | const [virtual] |
Reimplemented from DtSettingsObject.
| virtual bool DtDoubleSetting::setFrom | ( | const DtSettingsObject * | other | ) | [virtual] |
Reimplemented from DtSettingsObject.
| virtual DtSettingsObject* DtDoubleSetting::clone | ( | ) | const [virtual] |
Implements DtSettingsObject.
| double DtDoubleSetting::value | ( | ) | const |
| void DtDoubleSetting::setValue | ( | double | value | ) |
| void DtDoubleSetting::serialize | ( | Archive & | ar, |
| const unsigned int | version | ||
| ) | [inline, private] |
Reimplemented from DtSettingsObject.
friend class boost::serialization::access [friend] |
Reimplemented from DtSettingsObject.
double DtDoubleSetting::myValue [protected] |