MCPcopy 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
39void Segment::setParentGraphicsItem(QGraphicsItem* item) {
40 Q_D(Segment);
41 d->setParentItem(item);
42}
43
44void Segment::retransform() {
45 Q_D(Segment);

Callers 1

loadGraphLayerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected