Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ setParentGraphicsItem
Method
setParentGraphicsItem
src/backend/datapicker/Segment.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void Segment::setParentGraphicsItem(QGraphicsItem* item) {
40
Q_D(Segment);
41
d->setParentItem(item);
42
}
43
44
void Segment::retransform() {
45
Q_D(Segment);
Callers
1
loadGraphLayer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected