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); */
| 43 | menu->addChild(new MenuSeparator); |
| 44 | */ |
| 45 | virtual void appendContextMenu(ui::Menu* menu) {} |
| 46 | void resetAction(); |
| 47 | }; |
| 48 |
nothing calls this directly
no outgoing calls
no test coverage detected