|
tresult | initialize (FUnknown *context) SMTG_OVERRIDE |
|
tresult | setComponentState (IBStream *state) SMTG_OVERRIDE |
|
bool | doTest () SMTG_OVERRIDE |
|
| EditController () |
|
tresult | setComponentState (IBStream *state) SMTG_OVERRIDE |
|
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 | initialize (FUnknown *context) 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 |
|
| ComponentBase () |
|
| ~ComponentBase () override |
|
FUnknown * | getHostContext () const |
|
IConnectionPoint * | getPeer () const |
|
IMessage * | allocateMessage () const |
|
tresult | sendMessage (IMessage *message) const |
|
tresult | sendTextMessage (const char8 *text) const |
|
tresult | sendMessageID (const char8 *messageID) const |
|
virtual tresult | receiveText (const char8 *text) |
|
tresult | initialize (FUnknown *context) SMTG_OVERRIDE |
|
tresult | terminate () SMTG_OVERRIDE |
|
tresult | connect (IConnectionPoint *other) SMTG_OVERRIDE |
|
tresult | disconnect (IConnectionPoint *other) SMTG_OVERRIDE |
|
tresult | notify (IMessage *message) SMTG_OVERRIDE |
|
virtual tresult | initialize (FUnknown *context)=0 |
|
virtual tresult | terminate ()=0 |
|
virtual tresult | queryInterface (const TUID _iid, void **obj)=0 |
|
virtual uint32 | addRef ()=0 |
|
virtual uint32 | release ()=0 |
|
virtual tresult | connect (IConnectionPoint *other)=0 |
|
virtual tresult | disconnect (IConnectionPoint *other)=0 |
|
virtual tresult | notify (IMessage *message)=0 |
|
virtual tresult | setComponentState (IBStream *state)=0 |
|
virtual tresult | setState (IBStream *state)=0 |
|
virtual tresult | getState (IBStream *state)=0 |
|
virtual int32 | getParameterCount ()=0 |
|
virtual tresult | getParameterInfo (int32 paramIndex, ParameterInfo &info)=0 |
|
virtual tresult | getParamStringByValue (ParamID id, ParamValue valueNormalized, String128 string)=0 |
|
virtual tresult | getParamValueByString (ParamID id, TChar *string, ParamValue &valueNormalized)=0 |
|
virtual ParamValue | normalizedParamToPlain (ParamID id, ParamValue valueNormalized)=0 |
|
virtual ParamValue | plainParamToNormalized (ParamID id, ParamValue plainValue)=0 |
|
virtual ParamValue | getParamNormalized (ParamID id)=0 |
|
virtual tresult | setParamNormalized (ParamID id, ParamValue value)=0 |
|
virtual tresult | setComponentHandler (IComponentHandler *handler)=0 |
|
virtual IPlugView * | createView (FIDString name)=0 |
|
virtual tresult | setKnobMode (KnobMode mode)=0 |
|
virtual tresult | openHelp (TBool onlyCheck)=0 |
|
virtual tresult | openAboutBox (TBool onlyCheck)=0 |
|
virtual bool | doTest ()=0 |
|