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

Method setParentGraphicsItem

src/backend/worksheet/Image.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89Image::~Image() = default;
90
91void Image::setParentGraphicsItem(QGraphicsItem* item) {
92 Q_D(Image);
93 d->setParentItem(item);
94 d->updatePosition();
95}
96
97void Image::retransform() {
98 Q_D(Image);

Callers 6

finalizeAddMethod · 0.45
initMethod · 0.45
initMethod · 0.45
addInfoElementMethod · 0.45
addTextLabelMethod · 0.45
loadMethod · 0.45

Calls 1

updatePositionMethod · 0.45

Tested by

no test coverage detected