MCPcopy Create free account
hub / github.com/KDE/labplot / createContextMenu

Method createContextMenu

src/backend/worksheet/Worksheet.cpp:153–158  ·  view source on GitHub ↗

* Return a new context menu. The caller takes ownership of the menu. */

Source from the content-addressed store, hash-verified

151 * Return a new context menu. The caller takes ownership of the menu.
152 */
153QMenu* Worksheet::createContextMenu() {
154 QMenu* menu = AbstractPart::createContextMenu();
155 Q_ASSERT(menu);
156 Q_EMIT requestProjectContextMenu(menu);
157 return menu;
158}
159
160//! Construct a primary view on me.
161/**

Callers 1

contextMenuEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected