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
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
Steinberg::Vst::IContextMenuItem Struct Reference

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.
 

Detailed Description

IContextMenuItem is an entry element of the context menu.

Definition at line 159 of file ivstcontextmenu.h.

Member Enumeration Documentation

◆ Flags

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.

Member Data Documentation

◆ flags

int32 Steinberg::Vst::IContextMenuItem::flags

Flags of the item.

Definition at line 163 of file ivstcontextmenu.h.

◆ name

String128 Steinberg::Vst::IContextMenuItem::name

Name of the item.

Definition at line 161 of file ivstcontextmenu.h.

◆ tag

int32 Steinberg::Vst::IContextMenuItem::tag

Identifier tag of the item.

Definition at line 162 of file ivstcontextmenu.h.


The documentation for this struct was generated from the following file: