Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ createContextMenu
Method
createContextMenu
src/backend/datapicker/DatapickerPoint.cpp:185–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
}
184
185
QMenu* DatapickerPoint::createContextMenu() {
186
QMenu* menu = AbstractAspect::createContextMenu();
187
return menu;
188
}
189
190
QGraphicsItem* DatapickerPoint::graphicsItem() const {
191
return d_ptr;
Callers
1
contextMenuEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected