24 :
public QAbstractObjectRegistryRefPrivate
26 Q_DECLARE_PUBLIC(QMultiObjectRegistryRef)
29 explicit QMultiObjectRegistryRefPrivate(QQmlEngine *engine =
nullptr);
31 void handleObjectAdded(QObject *obj) override;
32 void handleObjectRemoved(QObject *obj) override;
33 void handleInitialObjects() override;
35 static qsizetype objectsCount(QQmlListProperty<QObject> *l);
36 static QObject *objectsAt(QQmlListProperty<QObject> *l, qsizetype i);
39 QList<QObject *> m_objects;