ASPiK SDK
VSTGUI::CCommandMenuItem Member List

This is the complete list of members for VSTGUI::CCommandMenuItem, including all inherited members.

beforeDelete() (defined in VSTGUI::ReferenceCounted< T >)VSTGUI::ReferenceCounted< T >inlinevirtual
CBaseObject()=default (defined in VSTGUI::CBaseObject)VSTGUI::CBaseObject
CBaseObject(const CBaseObject &o) (defined in VSTGUI::CBaseObject)VSTGUI::CBaseObjectinline
CCommandMenuItem(const UTF8String &title, const UTF8String &keycode=nullptr, int32_t keyModifiers=0, CBitmap *icon=nullptr, int32_t flags=kNoFlags, CBaseObject *target=nullptr, const UTF8String &commandCategory=nullptr, const UTF8String &commandName=nullptr) (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItem
CCommandMenuItem(const UTF8String &title, COptionMenu *submenu, CBitmap *icon=nullptr, CBaseObject *target=nullptr, const UTF8String &commandCategory=nullptr, const UTF8String &commandName=nullptr) (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItem
CCommandMenuItem(const UTF8String &title, int32_t tag, CBaseObject *target=nullptr, const UTF8String &commandCategory=nullptr, const UTF8String &commandName=nullptr) (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItem
CCommandMenuItem(const UTF8String &title, CBaseObject *target, const UTF8String &commandCategory=nullptr, const UTF8String &commandName=nullptr) (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItem
CCommandMenuItem(const CCommandMenuItem &item) (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItem
CMenuItem(const UTF8String &title, const UTF8String &keycode="", int32_t keyModifiers=0, CBitmap *icon=nullptr, int32_t flags=kNoFlags)VSTGUI::CMenuItem
CMenuItem(const UTF8String &title, COptionMenu *submenu, CBitmap *icon=nullptr)VSTGUI::CMenuItem
CMenuItem(const UTF8String &title, int32_t tag)VSTGUI::CMenuItem
CMenuItem(const CMenuItem &item)VSTGUI::CMenuItem
commandCategory (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItemprotected
commandName (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItemprotected
execute() (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItem
Flags enum nameVSTGUI::CMenuItem
flags (defined in VSTGUI::CMenuItem)VSTGUI::CMenuItemprotected
forget() overrideVSTGUI::ReferenceCounted< T >inlinevirtual
getCommandCategory() const (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuIteminline
getCommandName() const (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuIteminline
getIcon() constVSTGUI::CMenuIteminline
getKeycode() constVSTGUI::CMenuIteminline
getKeyModifiers() constVSTGUI::CMenuIteminline
getNbReference() constVSTGUI::ReferenceCounted< T >inlinevirtual
getSubmenu() constVSTGUI::CMenuIteminline
getTag() constVSTGUI::CMenuIteminline
getTarget() const (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuIteminline
getTitle() constVSTGUI::CMenuIteminline
getVirtualKeyCode() constVSTGUI::CMenuIteminline
icon (defined in VSTGUI::CMenuItem)VSTGUI::CMenuItemprotected
isChecked() constVSTGUI::CMenuIteminline
isCommandCategory(const UTF8String &category) const (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItem
isCommandName(const UTF8String &name) const (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItem
isEnabled() constVSTGUI::CMenuIteminline
isSeparator() constVSTGUI::CMenuIteminline
isTitle() constVSTGUI::CMenuIteminline
kChecked enum valueVSTGUI::CMenuItem
kDisabled enum valueVSTGUI::CMenuItem
keyCode (defined in VSTGUI::CMenuItem)VSTGUI::CMenuItemprotected
keyModifiers (defined in VSTGUI::CMenuItem)VSTGUI::CMenuItemprotected
kMsgMenuItemSelectedVSTGUI::CCommandMenuItemstatic
kMsgMenuItemValidateVSTGUI::CCommandMenuItemstatic
kNoFlags enum value (defined in VSTGUI::CMenuItem)VSTGUI::CMenuItem
kSeparator enum valueVSTGUI::CMenuItem
kTitle enum valueVSTGUI::CMenuItem
notify(CBaseObject *sender, IdStringPtr message) (defined in VSTGUI::CBaseObject)VSTGUI::CBaseObjectinlinevirtual
operator=(const CBaseObject &obj) (defined in VSTGUI::CBaseObject)VSTGUI::CBaseObjectinline
operator=(const ReferenceCounted &) (defined in VSTGUI::ReferenceCounted< T >)VSTGUI::ReferenceCounted< T >inline
ReferenceCounted()=default (defined in VSTGUI::ReferenceCounted< T >)VSTGUI::ReferenceCounted< T >
ReferenceCounted(const ReferenceCounted &) (defined in VSTGUI::ReferenceCounted< T >)VSTGUI::ReferenceCounted< T >inline
remember() overrideVSTGUI::ReferenceCounted< T >inlinevirtual
SelectedCallbackFunction typedef (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItem
selectedFunc (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItemprotected
setActions(SelectedCallbackFunction &&selected, ValidateCallbackFunction &&validate=[](CCommandMenuItem *){}) (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItem
setChecked(bool state=true)VSTGUI::CMenuItemvirtual
setCommandCategory(const UTF8String &category) (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItem
setCommandName(const UTF8String &name) (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItem
setEnabled(bool state=true)VSTGUI::CMenuItemvirtual
setIcon(CBitmap *icon)VSTGUI::CMenuItemvirtual
setIsSeparator(bool state=true)VSTGUI::CMenuItemvirtual
setIsTitle(bool state=true)VSTGUI::CMenuItemvirtual
setKey(const UTF8String &keyCode, int32_t keyModifiers=0)VSTGUI::CMenuItemvirtual
setSubmenu(COptionMenu *submenu)VSTGUI::CMenuItemvirtual
setTag(int32_t tag)VSTGUI::CMenuItemvirtual
setTarget(CBaseObject *target) (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItem
setTitle(const UTF8String &title)VSTGUI::CMenuItemvirtual
setVirtualKey(int32_t virtualKeyCode, int32_t keyModifiers=0)VSTGUI::CMenuItemvirtual
submenu (defined in VSTGUI::CMenuItem)VSTGUI::CMenuItemprotected
tag (defined in VSTGUI::CMenuItem)VSTGUI::CMenuItemprotected
target (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItemprotected
title (defined in VSTGUI::CMenuItem)VSTGUI::CMenuItemprotected
validate() (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItem
ValidateCallbackFunction typedef (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItem
validateFunc (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItemprotected
virtualKeyCode (defined in VSTGUI::CMenuItem)VSTGUI::CMenuItemprotected
~CBaseObject() noexcept override=default (defined in VSTGUI::CBaseObject)VSTGUI::CBaseObject
~CCommandMenuItem() noexcept override=default (defined in VSTGUI::CCommandMenuItem)VSTGUI::CCommandMenuItem
~CMenuItem() noexcept override=default (defined in VSTGUI::CMenuItem)VSTGUI::CMenuItemprotected
~ReferenceCounted() noexcept=default (defined in VSTGUI::ReferenceCounted< T >)VSTGUI::ReferenceCounted< T >virtual