Home
last modified time | relevance | path

Searched refs:m_pendingMapObjects (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqgeomapobjectqsgsupport.cpp121 m_pendingMapObjects << mo; in createMapObjectImplementationPrivate()
145 idx = findMapObject(obj, m_pendingMapObjects); in removeMapObject()
147 m_pendingMapObjects.removeAt(idx); in removeMapObject()
202 for (int i = 0; i < m_pendingMapObjects.size(); ++i) { in updateMapObjects()
204 MapObject &mo = m_pendingMapObjects[i]; in updateMapObjects()
223 m_pendingMapObjects.removeAt(i); in updateMapObjects()
H A Dqgeomapobjectqsgsupport_p.h86 QList<MapObject> m_pendingMapObjects; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapobjectview.cpp359 m_pendingMapObjects << object; in addMapObjectToMap()
451 for (int i = 0; i < m_pendingMapObjects.size(); ++i) { in setMap()
452 auto obj = m_pendingMapObjects.at(i); in setMap()
456 m_pendingMapObjects.clear(); in setMap()
H A Dqmapobjectview_p.h108 …QVector<QPointer<QGeoMapObject>> m_pendingMapObjects; // for items instantiated before the map is … variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp280 for (auto obj: qAsConst(m_pendingMapObjects)) in ~QDeclarativeGeoMap()
382 for (auto obj : qAsConst(m_pendingMapObjects)) in initialize()
1897 m_pendingMapObjects.append(object); in addMapObject()
1918 m_pendingMapObjects.removeOne(object); in removeMapObject()
1936 m_pendingMapObjects.clear(); in clearMapObjects()
1952 return m_pendingMapObjects; in mapObjects()
H A Dqdeclarativegeomap_p.h315 QList<QGeoMapObject*> m_pendingMapObjects; // Used only in the initialization phase variable