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

Method item

plugins/quickinspector/quickscreengrabber.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199QQuickItem *ItemOrLayoutFacade::item() const
200{
201 return isLayout() ? asLayout()->parentItem() : asItem();
202}
203
204QRectF ItemOrLayoutFacade::geometry() const
205{

Callers 2

placeOnMethod · 0.45
updateOverlayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected