#include <mdaParameter.h>
|
| | ScaledParameter (const TChar *title, const TChar *units, int32 stepCount, ParamValue defaultValueNormalized, int32 flags, int32 tag, ParamValue minValue=0., ParamValue maxValue=1., bool printAsInteger=false, UnitID unitID=kRootUnitId) |
| |
| ParamValue | toPlain (ParamValue _valueNormalized) const |
| |
| ParamValue | toNormalized (ParamValue plainValue) const |
| |
| void | toString (ParamValue _valueNormalized, String128 string) const |
| |
| bool | fromString (const TChar *string, ParamValue &_valueNormalized) const |
| |
| | BaseParameter (const TChar *title, const TChar *units, int32 stepCount, ParamValue defaultValueNormalized, int32 flags, int32 tag, UnitID unitID=kRootUnitId) |
| |
| bool | setNormalized (ParamValue v) |
| |
| | Parameter () |
| |
| | Parameter (const ParameterInfo &) |
| |
| | Parameter (const TChar *title, ParamID tag, const TChar *units=0, ParamValue defaultValueNormalized=0., int32 stepCount=0, int32 flags=ParameterInfo::kCanAutomate, UnitID unitID=kRootUnitId) |
| |
| virtual | ~Parameter () |
| |
| const ParameterInfo & | getInfo () const |
| |
| ParameterInfo & | getInfo () |
| |
| void | setUnitID (UnitID id) |
| |
| UnitID | getUnitID () |
| |
| ParamValue | getNormalized () const |
| |
| int32 | getPrecision () const |
| |
| void | setPrecision (int32 val) |
| |
| bool fromString |
( |
const TChar * |
string, |
|
|
ParamValue & |
_valueNormalized |
|
) |
| const |
|
virtual |