Searched refs:m_pendingMapObjects (Results 1 – 6 of 6) sorted by relevance
121 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()
86 QList<MapObject> m_pendingMapObjects; variable
359 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()
108 …QVector<QPointer<QGeoMapObject>> m_pendingMapObjects; // for items instantiated before the map is … variable
280 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()
315 QList<QGeoMapObject*> m_pendingMapObjects; // Used only in the initialization phase variable