34 Q_DECLARE_PUBLIC(QQuickRepeater)
41 friend class QQmlDelegateModel;
44 void applyDelegateChange()
46 QQmlDelegateModel::applyDelegateChangeOnView(q_func(),
this);
48 void applyDelegateModelAccessChange()
50 QQmlDelegateModel::applyDelegateModelAccessChangeOnView(q_func(),
this);
53 void connectModel(QQuickRepeater *q, QQmlDelegateModelPointer *model);
54 void disconnectModel(QQuickRepeater *q, QQmlDelegateModelPointer *model);
56 QPointer<QQmlInstanceModel> model;
58 bool delegateValidated : 1;
59 bool explicitDelegate : 1;
60 bool explicitDelegateModelAccess : 1;
63 QVector<QPointer<QQuickItem> > deletables;