VST 3 Interfaces
VST 3.6.7
SDK for developing VST Plug-in
|
Item is a entry element of the context menu. More...
#include <ivstcontextmenu.h>
Public Types | |
enum | Flags { kIsSeparator = 1 << 0, kIsDisabled = 1 << 1, kIsChecked = 1 << 2, kIsGroupStart = 1 << 3 | kIsDisabled, kIsGroupEnd = 1 << 4 | kIsSeparator } |
Data Fields | |
String128 | name |
Name of the item. More... | |
int32 | tag |
Identifier tag of the item. More... | |
int32 | flags |
Flags of the item. More... | |
Item is a entry element of the context menu.
enum Flags |
String128 name |
Name of the item.
int32 tag |
Identifier tag of the item.
int32 flags |
Flags of the item.