Home
last modified time | relevance | path

Searched refs:changeSet (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapobjectview.cpp316 void QMapObjectView::modelUpdated(const QQmlChangeSet &changeSet, bool reset) in modelUpdated() argument
325 const QVector<QQmlChangeSet::Change> &removes = changeSet.removes(); in modelUpdated()
338 for (const QQmlChangeSet::Change &c: changeSet.inserts()) { in modelUpdated()
H A Dqmapobjectview_p.h98 void modelUpdated(const QQmlChangeSet &changeSet, bool reset);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemview.cpp176 void QDeclarativeGeoMapItemView::modelUpdated(const QQmlChangeSet &changeSet, bool reset) in modelUpdated() argument
188 const QVector<QQmlChangeSet::Change> &removes = changeSet.removes(); in modelUpdated()
201 for (const QQmlChangeSet::Change &c: changeSet.inserts()) { in modelUpdated()
H A Dqdeclarativegeomapitemview_p.h125 void modelUpdated(const QQmlChangeSet &changeSet, bool reset);