MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getMenuBarNames

Method getMenuBarNames

Source/UIComponents/CtrlrMIDI/CtrlrMIDIBufferEditor.cpp:98–102  ·  view source on GitHub ↗

[MiscUserCode] You can add your own definitions of your custom methods or any other code here...

Source from the content-addressed store, hash-verified

96
97//[MiscUserCode] You can add your own definitions of your custom methods or any other code here...
98StringArray CtrlrMIDIBufferEditor::getMenuBarNames()
99{
100 const char *menus[] = { "File", "Edit", 0 };
101 return (StringArray(menus));
102}
103
104PopupMenu CtrlrMIDIBufferEditor::getMenuForIndex(int topLevelMenuIndex, const String &menuName)
105{

Callers

nothing calls this directly

Calls 1

StringArrayFunction · 0.85

Tested by

no test coverage detected