Home
last modified time | relevance | path

Searched refs:removeMapItem (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_itemview.qml320 map.removeMapItem(externalCircle)
325 map.removeMapItem(prepopulatedCircle)
338 map.removeMapItem(externalCircle)
365 dynamicMap.removeMapItem(externalCircle);
411 mapForView.removeMapItem(internalCircle)
413 mapForView.removeMapItem(internalCircle)
419 mapForView.removeMapItem(dynamicCircle)
421 mapForView.removeMapItem(dynamicCircle)
428 mapForView.removeMapItem(internalCircle)
572 mapForTestingRouteModel.removeMapItem(externalCircle2)
[all …]
H A Dtst_map_item_details.qml497 map.removeMapItem(extMapRectDateline)
522 map.removeMapItem(extMapCircleDateline)
547 map.removeMapItem(extMapQuickItemDateline)
598 map.removeMapItem(extMapPolygonDateline)
617 map.removeMapItem(extMapPolylineDateline)
628 map.removeMapItem(extMapRouteDateline)
H A Dtst_map_item.qml399 map.removeMapItem(extMapCircle)
409 map.removeMapItem(extMapQuickItem)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap.cpp272 void QGeoMap::removeMapItem(QDeclarativeGeoMapItemBase *item) in removeMapItem() function in QGeoMap
276 d->removeMapItem(item); in removeMapItem()
285 d->removeMapItem(p); in clearMapItems()
421 void QGeoMapPrivate::removeMapItem(QDeclarativeGeoMapItemBase *item) in removeMapItem() function in QGeoMapPrivate
H A Dqgeomap_p_p.h92 virtual void removeMapItem(QDeclarativeGeoMapItemBase *item);
H A Dqgeomap_p.h141 void removeMapItem(QDeclarativeGeoMapItemBase *item);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl_p.h69 void removeMapItem(QDeclarativeGeoMapItemBase *item) override;
H A Dqmapboxglstylechange_p.h63 static QList<QSharedPointer<QMapboxGLStyleChange>> removeMapItem(QDeclarativeGeoMapItemBase *);
H A Dqgeomapmapboxgl.cpp263 void QGeoMapMapboxGLPrivate::removeMapItem(QDeclarativeGeoMapItemBase *item) in removeMapItem() function in QGeoMapMapboxGLPrivate
288 m_styleChanges << QMapboxGLStyleChange::removeMapItem(item); in removeMapItem()
H A Dqmapboxglstylechange.cpp287 QList<QSharedPointer<QMapboxGLStyleChange>> QMapboxGLStyleChange::removeMapItem(QDeclarativeGeoMapI… in removeMapItem() function in QMapboxGLStyleChange
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/
H A Dplaces.qml317 map.removeMapItem(searchRegionItem);
328 map.removeMapItem(searchRegionItem);
344 map.removeMapItem(searchRegionItem);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitembase.cpp94 quickMap_->removeMapItem(this); in ~QDeclarativeGeoMapItemBase()
H A Dqdeclarativegeomapitemview.cpp408 m_map->removeMapItem(item); in removeDelegateFromMap()
H A Dqdeclarativegeomap_p.h168 Q_INVOKABLE void removeMapItem(QDeclarativeGeoMapItemBase *item);
H A Dqdeclarativegeomap.cpp2026 void QDeclarativeGeoMap::removeMapItem(QDeclarativeGeoMapItemBase *ptr) in removeMapItem() function in QDeclarativeGeoMap
2040 m_map->removeMapItem(ptr); in removeMapItem_real()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DMapComponent.qml146 map.removeMapItem(map.markers[i])
157 map.removeMapItem(map.mapItems[i])
211 map.removeMapItem(map.markers[index])
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes540 name: "removeMapItem"