List of all members.
Public Member Functions |
| ParameterDouble (const std::string &iName, double iMin, double iMax, double iValue, int32 iTick, int32 iDigits, const std::string &iFormat) |
virtual void | Reset () |
void | SetValue (double iValue) |
double | GetMin () const |
double | GetMax () const |
double | GetValue () const |
int32 | GetTick () const |
int32 | GetDigits () const |
std::string | GetFormat () const |
Protected Attributes |
double | _min |
double | _max |
double | _value |
double | _default |
int32 | _tick |
int32 | _digits |
std::string | _format |
The documentation for this class was generated from the following file: