|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
delegate extension to Steinberg::Vst::EditController for a VST3 Editor More...
Public Member Functions | |
| virtual | ~VST3EditorDelegate () |
| virtual CView * | createCustomView (UTF8StringPtr name, const UIAttributes &attributes, IUIDescription *description, VST3Editor *editor) |
| create a custom view More... | |
| virtual bool | findParameter (const CPoint &pos, Steinberg::Vst::ParamID ¶mID, VST3Editor *editor) |
| find a parameter More... | |
| virtual bool | isPrivateParameter (const Steinberg::Vst::ParamID paramID) |
| check if parameter ID is private and should not be exposed to the host More... | |
| virtual void | didOpen (VST3Editor *editor) |
| called after the editor was opened More... | |
| virtual void | willClose (VST3Editor *editor) |
| called before the editor will close More... | |
| virtual COptionMenu * | createContextMenu (const CPoint &pos, VST3Editor *editor) |
| create the context menu for the editor, will be added to the host menu More... | |
| virtual IController * | createSubController (UTF8StringPtr name, IUIDescription *description, VST3Editor *editor) |
| create a sub controller More... | |
delegate extension to Steinberg::Vst::EditController for a VST3 Editor
|
inlinevirtual |
|
inlinevirtual |
create the context menu for the editor, will be added to the host menu
|
inlinevirtual |
create a custom view
|
inlinevirtual |
create a sub controller
called when a sub controller should be created. The controller is now owned by the editor, which will call forget() if it is a CBaseObject, release() if it is a Steinberg::FObject or it will be simply deleted if the frame gets closed.
|
inlinevirtual |
called after the editor was opened
|
inlinevirtual |
find a parameter
|
inlinevirtual |
check if parameter ID is private and should not be exposed to the host
|
inlinevirtual |
called before the editor will close