Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
Image::~Image() = default;
90
91
void Image::setParentGraphicsItem(QGraphicsItem* item) {
92
Q_D(Image);
93
d->setParentItem(item);
94
d->updatePosition();
95
}
96
97
void Image::retransform() {
98
Q_D(Image);
Callers
6
finalizeAdd
Method · 0.45
init
Method · 0.45
init
Method · 0.45
addInfoElement
Method · 0.45
addTextLabel
Method · 0.45
load
Method · 0.45
Calls
1
updatePosition
Method · 0.45
Tested by
no test coverage detected