Searched refs:findAttachedChildren (Results 1 – 1 of 1) sorted by relevance
112 static QList<QQuickAttachedObject *> findAttachedChildren(const QMetaObject *type, QObject *object) in findAttachedChildren() function141 children += findAttachedChildren(type, child); in findAttachedChildren()263 …const QList<QQuickAttachedObject *> attachedChildren = findAttachedChildren(metaObject(), parent()… in init()