| VST 3 Interfaces
    VST 3.7
    SDK for developing VST plug-in | 
Context Menu Item Target interface: Vst::IContextMenuTarget. More...
#include <ivstcontextmenu.h>
 Inheritance diagram for IContextMenuTarget:
 Inheritance diagram for IContextMenuTarget:| Public Member Functions | |
| virtual tresult | executeMenuItem (int32 tag)=0 | 
| Called when an menu item was executed. | |
|  Public Member Functions inherited from FUnknown | |
| 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 Public Attributes inherited from FUnknown | |
| static const FUID | iid | 
Context Menu Item Target interface: Vst::IContextMenuTarget.
A receiver of a menu item should implement this interface, which will be called after the user has selected this menu item.
| 
 | static |