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

Method contextMenuEvent

src/frontend/datapicker/DatapickerImageView.cpp:592–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592void DatapickerImageView::contextMenuEvent(QContextMenuEvent*) {
593 // no need to propagate the event to the scene and graphics items
594 QMenu* menu = new QMenu(this);
595 this->createContextMenu(menu);
596 menu->exec(QCursor::pos());
597}
598
599// ##############################################################################
600// #################################### SLOTs ###############################

Callers

nothing calls this directly

Calls 2

createContextMenuMethod · 0.95
execMethod · 0.80

Tested by

no test coverage detected