|  | 
|  | RangeParameter (const ParameterInfo ¶mInfo, ParamValue min, ParamValue max) | 
|  | 
|  | RangeParameter (const TChar *title, ParamID tag, const TChar *units=nullptr, ParamValue minPlain=0., ParamValue maxPlain=1., ParamValue defaultValuePlain=0., int32 stepCount=0, int32 flags=ParameterInfo::kCanAutomate, UnitID unitID=kRootUnitId, const TChar *shortTitle=nullptr) | 
|  | 
| virtual ParamValue | getMin () const | 
|  | Gets the minimum plain value, same as toPlain (0).  More... 
 | 
|  | 
| virtual void | setMin (ParamValue value) | 
|  | Sets the minimum plain value.  More... 
 | 
|  | 
| virtual ParamValue | getMax () const | 
|  | Gets the maximum plain value, same as toPlain (1).  More... 
 | 
|  | 
| virtual void | setMax (ParamValue value) | 
|  | Sets the maximum plain value.  More... 
 | 
|  | 
| void | toString (ParamValue _valueNormalized, String128 string) const SMTG_OVERRIDE | 
|  | Converts a normalized value to a string.  More... 
 | 
|  | 
| bool | fromString (const TChar *string, ParamValue &_valueNormalized) const SMTG_OVERRIDE | 
|  | Converts a string to a normalized value.  More... 
 | 
|  | 
| ParamValue | toPlain (ParamValue _valueNormalized) const SMTG_OVERRIDE | 
|  | Converts a normalized value to plain value (e.g.  More... 
 | 
|  | 
| ParamValue | toNormalized (ParamValue plainValue) const SMTG_OVERRIDE | 
|  | Converts a plain value to a normalized value (e.g.  More... 
 | 
|  | 
|  | Parameter () | 
|  | 
|  | Parameter (const ParameterInfo &) | 
|  | 
|  | Parameter (const TChar *title, ParamID tag, const TChar *units=nullptr, ParamValue defaultValueNormalized=0., int32 stepCount=0, int32 flags=ParameterInfo::kCanAutomate, UnitID unitID=kRootUnitId, const TChar *shortTitle=nullptr) | 
|  | 
|  | ~Parameter () override | 
|  | 
| virtual const ParameterInfo & | getInfo () const | 
|  | Returns its read only info.  More... 
 | 
|  | 
| virtual ParameterInfo & | getInfo () | 
|  | Returns its writable info.  More... 
 | 
|  | 
| virtual void | setUnitID (UnitID id) | 
|  | Sets its associated UnitId.  More... 
 | 
|  | 
| virtual UnitID | getUnitID () | 
|  | Gets its associated UnitId.  More... 
 | 
|  | 
| ParamValue | getNormalized () const | 
|  | Gets its normalized value [0.0, 1.0].  More... 
 | 
|  | 
| virtual bool | setNormalized (ParamValue v) | 
|  | Sets its normalized value [0.0, 1.0].  More... 
 | 
|  | 
| virtual void | toString (ParamValue valueNormalized, String128 string) const | 
|  | Converts a normalized value to a string.  More... 
 | 
|  | 
| virtual bool | fromString (const TChar *string, ParamValue &valueNormalized) const | 
|  | Converts a string to a normalized value.  More... 
 | 
|  | 
| virtual ParamValue | toPlain (ParamValue valueNormalized) const | 
|  | Converts a normalized value to plain value (e.g.  More... 
 | 
|  | 
| virtual ParamValue | toNormalized (ParamValue plainValue) const | 
|  | Converts a plain value to a normalized value (e.g.  More... 
 | 
|  | 
| virtual int32 | getPrecision () const | 
|  | Gets the current precision (used for string representation of float).  More... 
 | 
|  | 
| virtual void | setPrecision (int32 val) | 
|  | Sets the precision for string representation of float value (for example 4.34 with 2 as precision).  More... 
 | 
|  | 
Description of a RangeParameter.