Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ itemGeometry
Function
itemGeometry
plugins/quickinspector/quickscreengrabber.cpp:175–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
static QRectF itemGeometry(QQuickItem *item)
176
{
177
return QRectF(itemPos(item), itemSize(item));
178
}
179
180
static bool itemIsLayout(QQuickItem *item)
181
{
Callers
2
geometry
Method · 0.85
pos
Method · 0.85
Calls
3
itemPos
Function · 0.85
itemSize
Function · 0.85
QRectF
Class · 0.50
Tested by
no test coverage detected