![]() |
VR-Forces Developer's Guide
|

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