MCPcopy Create free account
hub / github.com/VCVRack/Rack / createContextMenu

Method createContextMenu

src/app/Browser.cpp:341–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339 }
340
341 void createContextMenu() {
342 ui::Menu* menu = createMenu();
343
344 menu->addChild(createMenuLabel(model->name));
345 menu->addChild(createMenuLabel(model->plugin->brand));
346 model->appendContextMenu(menu, true);
347 }
348};
349
350

Callers

nothing calls this directly

Calls 4

createMenuFunction · 0.85
createMenuLabelFunction · 0.85
addChildMethod · 0.80
appendContextMenuMethod · 0.45

Tested by

no test coverage detected