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

Method setParentGraphicsItem

src/backend/worksheet/InfoElement.cpp:777–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775}
776
777void InfoElement::setParentGraphicsItem(QGraphicsItem* item) {
778 Q_D(InfoElement);
779 d->setParentItem(item);
780 d->updatePosition();
781}
782
783void InfoElement::retransform() {
784 Q_D(InfoElement);

Callers 1

childAddedMethod · 0.45

Calls 1

updatePositionMethod · 0.45

Tested by

no test coverage detected