#include <syncdelaycontroller.h>
|
| tresult | initialize (FUnknown *context) SMTG_OVERRIDE |
| |
| tresult | setComponentState (IBStream *state) SMTG_OVERRIDE |
| |
| | EditController () |
| |
| tresult | setState (IBStream *state) SMTG_OVERRIDE |
| |
| tresult | getState (IBStream *state) SMTG_OVERRIDE |
| |
| int32 | getParameterCount () SMTG_OVERRIDE |
| |
| tresult | getParameterInfo (int32 paramIndex, ParameterInfo &info) SMTG_OVERRIDE |
| |
| tresult | getParamStringByValue (ParamID tag, ParamValue valueNormalized, String128 string) SMTG_OVERRIDE |
| |
| tresult | getParamValueByString (ParamID tag, TChar *string, ParamValue &valueNormalized) SMTG_OVERRIDE |
| |
| ParamValue | normalizedParamToPlain (ParamID tag, ParamValue valueNormalized) SMTG_OVERRIDE |
| |
| ParamValue | plainParamToNormalized (ParamID tag, ParamValue plainValue) SMTG_OVERRIDE |
| |
| ParamValue | getParamNormalized (ParamID tag) SMTG_OVERRIDE |
| |
| tresult | setParamNormalized (ParamID tag, ParamValue value) SMTG_OVERRIDE |
| |
| tresult | setComponentHandler (IComponentHandler *handler) SMTG_OVERRIDE |
| |
| IPlugView * | createView (FIDString) SMTG_OVERRIDE |
| |
| tresult | setKnobMode (KnobMode mode) SMTG_OVERRIDE |
| |
| tresult | openHelp (TBool) SMTG_OVERRIDE |
| |
| tresult | openAboutBox (TBool) SMTG_OVERRIDE |
| |
| tresult | terminate () SMTG_OVERRIDE |
| |
| virtual tresult | beginEdit (ParamID tag) |
| |
| virtual tresult | performEdit (ParamID tag, ParamValue valueNormalized) |
| |
| virtual tresult | endEdit (ParamID tag) |
| |
| virtual tresult | startGroupEdit () |
| |
| virtual tresult | finishGroupEdit () |
| |
| virtual void | editorDestroyed (EditorView *) |
| |
| virtual void | editorAttached (EditorView *) |
| |
| virtual void | editorRemoved (EditorView *) |
| |
| virtual Parameter * | getParameterObject (ParamID tag) |
| |
| virtual tresult | getParameterInfoByTag (ParamID tag, ParameterInfo &info) |
| |
| virtual tresult | setDirty (TBool state) |
| |
| virtual tresult | requestOpenEditor (FIDString name=ViewType::kEditor) |
| |
| IComponentHandler * | getComponentHandler () const |
| |
| static FUnknown* createInstance |
( |
void * |
| ) |
|
|
inlinestatic |