MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / createMenu

Function createMenu

lv2export/includes/rack.hpp:2176–2178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2174
2175template <class TMenu = ui::Menu>
2176inline TMenu* createMenu() {
2177 return NULL;
2178}
2179
2180template <class TMenuLabel = ui::MenuLabel>
2181inline TMenuLabel* createMenuLabel(std::string) {

Callers 15

onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected