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