Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle.cpp100 std::unique_ptr<Source> Style::removeSource(const std::string& sourceID) { in removeSource() function in mbgl::style::Style
102 return impl->removeSource(sourceID); in removeSource()
H A Dstyle_impl.hpp63 std::unique_ptr<Source> removeSource(const std::string& sourceID);
H A Dstyle_impl.cpp162 std::unique_ptr<Source> Style::Impl::removeSource(const std::string& id) { in removeSource() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dstyle.hpp61 std::unique_ptr<Source> removeSource(const std::string& sourceID);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp227 void removeSource(const QString &sourceID);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1368 void QMapboxGL::removeSource(const QString& id) in removeSource() function in QMapboxGL
1373 d_ptr->mapObj->getStyle().removeSource(sourceIDStdString); in removeSource()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp642 map->removeSource(m_id); in apply()