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

Function itemHasContents

plugins/quickinspector/quickinspector.cpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218#undef E
219
220static bool itemHasContents(QQuickItem *item)
221{
222 return item->flags().testFlag(QQuickItem::ItemHasContents);
223}
224
225static bool isGoodCandidateItem(QQuickItem *item, bool ignoreItemHasContents = false)
226{

Callers 2

isGoodCandidateItemFunction · 0.85
recursiveItemsAtMethod · 0.85

Calls 1

flagsMethod · 0.45

Tested by

no test coverage detected