VST 3 Interfaces
VST 3.6.14
SDK for developing VST Plug-in
|
Context Menu Item Target Interface. More...
#include <ivstcontextmenu.h>
Public Member Functions | |
virtual tresult | executeMenuItem (int32 tag)=0 |
Called when an menu item was executed. More... | |
![]() | |
virtual tresult | queryInterface (const TUID _iid, void **obj)=0 |
virtual uint32 | addRef ()=0 |
virtual uint32 | release ()=0 |
Static Public Attributes | |
static const FUID | iid |
![]() | |
static const FUID | iid |
Context Menu Item Target Interface.
A receiver of a menu item should implement this interface, which will be called after the user has selected this menu item.
See IComponentHandler3 for more.
|
static |