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

Method appendContextMenu

include/app/ParamWidget.hpp:45–45  ·  view source on GitHub ↗

Override to add custom menu items at the bottom of the parameter context menu. It is recommended to add a MenuSeparator before other menu items. menu->addChild(new MenuSeparator); */

Source from the content-addressed store, hash-verified

43 menu->addChild(new MenuSeparator);
44 */
45 virtual void appendContextMenu(ui::Menu* menu) {}
46 void resetAction();
47};
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected