Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ graphicsItem
Method
graphicsItem
src/backend/datapicker/DatapickerPoint.cpp:190–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
}
189
190
QGraphicsItem* DatapickerPoint::graphicsItem() const {
191
return d_ptr;
192
}
193
194
void DatapickerPoint::setParentGraphicsItem(QGraphicsItem* item) {
195
Q_D(DatapickerPoint);
Callers
1
ErrorBarItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected