|
| | 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 |
| virtual void | setMin (ParamValue value) |
| virtual ParamValue | getMax () const |
| virtual void | setMax (ParamValue value) |
| void | toString (ParamValue _valueNormalized, String128 string) const SMTG_OVERRIDE |
| bool | fromString (const TChar *string, ParamValue &_valueNormalized) const SMTG_OVERRIDE |
| ParamValue | toPlain (ParamValue _valueNormalized) const SMTG_OVERRIDE |
| ParamValue | toNormalized (ParamValue plainValue) const SMTG_OVERRIDE |
| | 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 |
| virtual ParameterInfo & | getInfo () |
| virtual void | setUnitID (UnitID id) |
| virtual UnitID | getUnitID () |
| ParamValue | getNormalized () const |
| virtual bool | setNormalized (ParamValue v) |
| virtual int32 | getPrecision () const |
| virtual void | setPrecision (int32 val) |
| | FObject () |
| | default constructor...
|
| | FObject (const FObject &) |
| | overloaded constructor...
|
| virtual | ~FObject () |
| | destructor...
|
| FObject & | operator= (const FObject &) |
| | overloads operator "=" as the reference assignment
|
| virtual FClassID | isA () const |
| | a local alternative to getFClassID ()
|
| virtual bool | isA (FClassID s) const |
| | evaluates if the passed ID is of the FObject type
|
| virtual bool | isTypeOf (FClassID s, bool=true) const |
| | evaluates if the passed ID is of the FObject type
|
| int32 | getRefCount () |
| | returns the current interface reference count
|
| FUnknown * | unknownCast () |
| | get FUnknown interface from object
|
| tresult PLUGIN_API | queryInterface (const TUID _iid, void **obj) SMTG_OVERRIDE |
| | please refer to FUnknown::queryInterface ()
|
| uint32 PLUGIN_API | addRef () SMTG_OVERRIDE |
| | please refer to FUnknown::addref ()
|
| uint32 PLUGIN_API | release () SMTG_OVERRIDE |
| | please refer to FUnknown::release ()
|
| void PLUGIN_API | update (FUnknown *, int32) SMTG_OVERRIDE |
| | empty virtual method that should be overridden by derived classes for data updates upon changes
|
| virtual void | addDependent (IDependent *dep) |
| | adds dependency to the object
|
| virtual void | removeDependent (IDependent *dep) |
| | removes dependency from the object
|
| virtual void | changed (int32 msg=kChanged) |
| | Inform all dependents, that the object has changed.
|
| virtual void | deferUpdate (int32 msg=kChanged) |
| | Similar to triggerUpdates, except only delivered in idle (usefull in collecting updates).
|
| virtual void | updateDone (int32) |
| | empty virtual method that should be overridden by derived classes
|
| virtual bool | isEqualInstance (FUnknown *d) |
Description of a RangeParameter.