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

Method graphicsItem

src/backend/worksheet/plots/PlotArea.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90QGraphicsItem* PlotArea::graphicsItem() const {
91 return d_ptr;
92}
93
94bool PlotArea::isHovered() const {
95 return m_parent->isHovered();

Callers 15

handleAspectAddedMethod · 0.45
handleAspectMovedMethod · 0.45
childSelectedMethod · 0.45
childDeselectedMethod · 0.45
updateLayoutMethod · 0.45
setContainerRectMethod · 0.45
childAddedMethod · 0.45
hoverEnterEventMethod · 0.45
hoverLeaveEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected