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

Function createMenuLabel

lv2export/includes/rack.hpp:2181–2183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2179
2180template <class TMenuLabel = ui::MenuLabel>
2181inline TMenuLabel* createMenuLabel(std::string) {
2182 return NULL;
2183}
2184
2185template <class TMenuItem = ui::MenuItem>
2186inline TMenuItem* createMenuItem(std::string, std::string rt = "") {

Callers 15

onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
appendPresetItemsFunction · 0.85
createContextMenuMethod · 0.85
appendContextMenuMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected