|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
IContextMenuItem is an entry element of the context menu. More...
#include "ivstcontextmenu.h"
Public Types | |
| enum | Flags { kIsSeparator , kIsDisabled , kIsChecked , kIsGroupStart , kIsGroupEnd } |
Public Attributes | |
| String128 | name |
| Name of the item. | |
| int32 | tag |
| Identifier tag of the item. | |
| int32 | flags |
| Flags of the item. | |
IContextMenuItem is an entry element of the context menu.
Definition at line 159 of file ivstcontextmenu.h.
| Enumerator | |
|---|---|
| kIsSeparator | Item is a separator. |
| kIsDisabled | Item is disabled. |
| kIsChecked | Item is checked. |
| kIsGroupStart | Item is a group start (like sub folder) |
| kIsGroupEnd | Item is a group end. |
Definition at line 165 of file ivstcontextmenu.h.
| int32 Steinberg::Vst::IContextMenuItem::flags |
Flags of the item.
Definition at line 163 of file ivstcontextmenu.h.
| String128 Steinberg::Vst::IContextMenuItem::name |
Name of the item.
Definition at line 161 of file ivstcontextmenu.h.
| int32 Steinberg::Vst::IContextMenuItem::tag |
Identifier tag of the item.
Definition at line 162 of file ivstcontextmenu.h.