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

Method getMenuBarNames

Source/UIComponents/CtrlrPanel/CtrlrPanelLayerList.cpp:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202StringArray CtrlrPanelLayerList::getMenuBarNames()
203{
204 const char* const names[] = { "File", "Edit", "View", nullptr };
205 return StringArray (names);
206}
207
208PopupMenu CtrlrPanelLayerList::getMenuForIndex(int topLevelMenuIndex, const String &menuName)
209{

Callers

nothing calls this directly

Calls 1

StringArrayFunction · 0.85

Tested by

no test coverage detected