Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
QGraphicsItem* PlotArea::graphicsItem() const {
91
return d_ptr;
92
}
93
94
bool PlotArea::isHovered() const {
95
return m_parent->isHovered();
Callers
15
handleAspectAdded
Method · 0.45
handleAspectAboutToBeRemoved
Method · 0.45
handleAspectMoved
Method · 0.45
childSelected
Method · 0.45
childDeselected
Method · 0.45
aspectFromGraphicsItem
Method · 0.45
updateLayout
Method · 0.45
setContainerRect
Method · 0.45
childAdded
Method · 0.45
setMarkerpointPosition
Method · 0.45
hoverEnterEvent
Method · 0.45
hoverLeaveEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected