|
VST 3 SDK
VST 3.6.6
SDK for developing VST Plug-in
|
View related to an edit controller. More...
#include <vsteditcontroller.h>
Inheritance diagram for EditorView:Public Member Functions | |
| EditorView (EditController *controller, ViewRect *size=0) | |
| virtual | ~EditorView () |
| EditController * | getController () |
| Gets its controller part. More... | |
| virtual void | attachedToParent () |
| virtual void | removedFromParent () |
Public Member Functions inherited from CPluginView | |
| CPluginView (const ViewRect *rect=0) | |
| virtual | ~CPluginView () |
| const ViewRect & | getRect () const |
| Returns its current frame rectangle. More... | |
| void | setRect (const ViewRect &r) |
| Sets a new frame rectangle. More... | |
| bool | isAttached () const |
| Checks if this view is attached to its parent view. More... | |
| tresult | isPlatformTypeSupported (FIDString type) |
| tresult | attached (void *parent, FIDString type) |
| tresult | removed () |
| tresult | onWheel (float) |
| tresult | onKeyDown (char16, int16, int16) |
| tresult | onKeyUp (char16, int16, int16) |
| tresult | getSize (ViewRect *size) |
| tresult | onSize (ViewRect *newSize) |
| tresult | onFocus (TBool) |
| tresult | setFrame (IPlugFrame *frame) |
| tresult | canResize () |
| tresult | checkSizeConstraint (ViewRect *) |
Public Member Functions inherited from FUnknown | |
| virtual tresult | queryInterface (const TUID _iid, void **obj)=0 |
| virtual uint32 | addRef ()=0 |
| virtual uint32 | release ()=0 |
Protected Attributes | |
| EditController * | controller |
Additional Inherited Members | |
Data Fields inherited from CPluginView | |
| OBJ_METHODS(CPluginView, FObject) DEFINE_INTERFACES DEF_INTERFACE(IPlugView) END_DEFINE_INTERFACES(FObject) REFCOUNT_METHODS(FObject) protected void * | systemWindow |
| IPlugFrame * | plugFrame |
Static Public Attributes inherited from IPlugView | |
| static const FUID | iid |
Static Public Attributes inherited from FUnknown | |
| static const FUID | iid |
View related to an edit controller.
| EditorView | ( | EditController * | controller, |
| ViewRect * | size = 0 |
||
| ) |
|
virtual |
|
inline |
Gets its controller part.
|
virtual |
Reimplemented from CPluginView.
|
virtual |
Reimplemented from CPluginView.
|
protected |