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

Method getMenuBarNames

Source/UIComponents/CtrlrLogViewer.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103StringArray CtrlrLogViewer::getMenuBarNames()
104{
105 const char* const names[] = { "File", "View", nullptr };
106 return StringArray (names);
107}
108
109PopupMenu CtrlrLogViewer::getMenuForIndex(int topLevelMenuIndex, const String &menuName)
110{

Callers

nothing calls this directly

Calls 1

StringArrayFunction · 0.85

Tested by

no test coverage detected