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

Method createFolderContextMenu

src/frontend/MainWin.cpp:2274–2278  ·  view source on GitHub ↗

! this is called on a right click on a non-root folder in the project explorer */

Source from the content-addressed store, hash-verified

2272 this is called on a right click on a non-root folder in the project explorer
2273*/
2274void MainWin::createFolderContextMenu(const Folder*, QMenu* menu) const {
2275 // Folder provides it's own context menu. Add a separator before adding additional actions.
2276 menu->addSeparator();
2277 this->createContextMenu(menu);
2278}
2279
2280void MainWin::undo() {
2281 WAIT_CURSOR;

Callers

nothing calls this directly

Calls 2

createContextMenuMethod · 0.95
addSeparatorMethod · 0.80

Tested by

no test coverage detected