MCPcopy Create free account
hub / github.com/IENT/YUView / addContextMenuActions

Method addContextMenuActions

YUViewLib/src/ui/views/SplitViewWidget.cpp:1807–1812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1805}
1806
1807void splitViewWidget::addContextMenuActions(QMenu *menu)
1808{
1809 this->addMenuActions(menu);
1810 menu->addSeparator();
1811 MoveAndZoomableView::addContextMenuActions(menu);
1812}
1813
1814// Handle the key press event (if this widgets handles it). If not, return false.
1815bool splitViewWidget::handleKeyPress(QKeyEvent *event)

Callers

nothing calls this directly

Calls 1

addMenuActionsMethod · 0.95

Tested by

no test coverage detected