Home
last modified time | relevance | path

Searched refs:removeMapObject (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqgeotiledmaplabs.cpp61 void removeMapObject(QGeoMapObject *obj);
96 void QGeoTiledMapLabsPrivate::removeMapObject(QGeoMapObject *obj) in removeMapObject() function in QGeoTiledMapLabsPrivate
98 m_qsgSupport.removeMapObject(obj); in removeMapObject()
189 void QGeoTiledMapLabs::removeMapObject(QGeoMapObject *obj) in removeMapObject() function in QGeoTiledMapLabs
192 d->removeMapObject(obj); in removeMapObject()
H A Dqgeotiledmaplabs_p.h74 void removeMapObject(QGeoMapObject *obj) override;
H A Dqmapobjectview_p.h88 void removeMapObject(QGeoMapObject *object);
H A Dqmapobjectview.cpp297 void QMapObjectView::removeMapObject(QGeoMapObject *object) in removeMapObject() function in QMapObjectView
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/
H A Dqgeomapitemsoverlay.cpp66 void removeMapObject(QGeoMapObject *obj);
134 void QGeoMapItemsOverlay::removeMapObject(QGeoMapObject *obj) in removeMapObject() function in QGeoMapItemsOverlay
140 d->removeMapObject(obj); in removeMapObject()
197 void QGeoMapItemsOverlayPrivate::removeMapObject(QGeoMapObject *obj) in removeMapObject() function in QGeoMapItemsOverlayPrivate
199 m_qsgSupport.removeMapObject(obj); in removeMapObject()
H A Dqgeomapitemsoverlay.h58 void removeMapObject(QGeoMapObject *obj) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqgeomapobjectqsgsupport_p.h81 void removeMapObject(QGeoMapObject *obj);
H A Dqmaprouteobjectqsg.cpp61 m_map->removeMapObject(q); in ~QMapRouteObjectPrivateQSG()
H A Dqmappolylineobjectqsg.cpp67 m_map->removeMapObject(q); in ~QMapPolylineObjectPrivateQSG()
H A Dqmapiconobjectqsg.cpp79 m_map->removeMapObject(q); in ~QMapIconObjectPrivateQSG()
H A Dqmappolygonobjectqsg.cpp64 m_map->removeMapObject(q); in ~QMapPolygonObjectPrivateQSG()
H A Dqgeomapobjectqsgsupport.cpp136 void QGeoMapObjectQSGSupport::removeMapObject(QGeoMapObject *obj) in removeMapObject() function in QGeoMapObjectQSGSupport
H A Dqmapcircleobjectqsg.cpp65 m_map->removeMapObject(q); in ~QMapCircleObjectPrivateQSG()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap_p.h158 virtual void removeMapObject(QGeoMapObject *obj);
H A Dqgeomap.cpp305 void QGeoMap::removeMapObject(QGeoMapObject * /*obj*/) in removeMapObject() function in QGeoMap
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/
H A Dmain.qml168 rootMoV.removeMapObject(mov)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap_p.h186 void removeMapObject(QGeoMapObject *object);
H A Dqdeclarativegeomap.cpp946 removeMapObject(mapObject); // this emits mapObjectsChanged, != mapItemsChanged in removeMapChild()
1912 void QDeclarativeGeoMap::removeMapObject(QGeoMapObject *object) in removeMapObject() function in QDeclarativeGeoMap
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dplugins.qmltypes201 name: "removeMapObject"