MCPcopy Create free account
hub / github.com/KDAB/GammaRay / itemPos

Function itemPos

plugins/quickinspector/quickscreengrabber.cpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156static QPointF itemPos(QQuickItem *item)
157{
158 Q_ASSERT(item);
159 return { item->x(), item->y() };
160}
161
162static QSizeF itemSize(QQuickItem *item)
163{

Callers 1

itemGeometryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected