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

Method createContextMenu

src/backend/worksheet/plots/cartesian/CustomPoint.cpp:97–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97QMenu* CustomPoint::createContextMenu() {
98 // no context menu if the custom point is a child of an InfoElement,
99 // everything is controlled by the parent
100 if (parentAspect()->type() == AspectType::InfoElement)
101 return nullptr;
102
103 return WorksheetElement::createContextMenu();
104 ;
105}
106
107void CustomPoint::retransform() {
108 DEBUG(Q_FUNC_INFO)

Callers

nothing calls this directly

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected