Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
777
void InfoElement::setParentGraphicsItem(QGraphicsItem* item) {
778
Q_D(InfoElement);
779
d->setParentItem(item);
780
d->updatePosition();
781
}
782
783
void InfoElement::retransform() {
784
Q_D(InfoElement);
Callers
1
childAdded
Method · 0.45
Calls
1
updatePosition
Method · 0.45
Tested by
no test coverage detected