Home
last modified time | relevance | path

Searched refs:removeParameter (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap.cpp240 void QGeoMap::removeParameter(QGeoMapParameter *param) in removeParameter() function in QGeoMap
244 d->removeParameter(param); in removeParameter()
253 d->removeParameter(p); in clearParameters()
406 void QGeoMapPrivate::removeParameter(QGeoMapParameter *param) in removeParameter() function in QGeoMapPrivate
H A Dqgeomap_p_p.h88 virtual void removeParameter(QGeoMapParameter *param);
H A Dqgeomap_p.h135 void removeParameter(QGeoMapParameter *param);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl_p.h65 void removeParameter(QGeoMapParameter *param) override;
H A Dqgeomapmapboxgl.cpp191 void QGeoMapMapboxGLPrivate::removeParameter(QGeoMapParameter *param) in removeParameter() function in QGeoMapMapboxGLPrivate
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeotiledmap_test.cpp67 void removeParameter(QGeoMapParameter *param) override in removeParameter() function in QGeoTiledMapTestPrivate
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp1845 m_map->removeParameter(parameter); in removeMapParameter()