Home
last modified time | relevance | path

Searched refs:removeLayer (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle.cpp128 std::unique_ptr<Layer> Style::removeLayer(const std::string& id) { in removeLayer() function in mbgl::style::Style
130 return impl->removeLayer(id); in removeLayer()
H A Dstyle_impl.hpp71 std::unique_ptr<Layer> removeLayer(const std::string& layerID);
H A Dstyle_impl.cpp210 std::unique_ptr<Layer> Style::Impl::removeLayer(const std::string& id) { in removeLayer() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dstyle.hpp71 std::unique_ptr<Layer> removeLayer(const std::string& layerID);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp237 void removeLayer(const QString &id);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_manager.cpp127 *style.get().impl->removeLayer(it->second->layerID); in remove()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1473 void QMapboxGL::removeLayer(const QString& id) in removeLayer() function in QMapboxGL
1475 d_ptr->mapObj->getStyle().removeLayer(id.toStdString()); in removeLayer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp565 map->removeLayer(m_id); in apply()