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

Function createCheckMenuItem

lv2export/includes/rack.hpp:2196–2198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2194
2195template <class TMenuItem = ui::MenuItem>
2196inline ui::MenuItem* createCheckMenuItem(std::string, std::string, std::function<bool()>, std::function<void()>, bool d = false, bool ac = false) {
2197 return NULL;
2198}
2199
2200template <class TMenuItem = ui::MenuItem>
2201inline ui::MenuItem* createBoolMenuItem(std::string, std::string, std::function<bool()>, std::function<void(bool)>, bool d = false, bool ac = false) {

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