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