Home
last modified time | relevance | path

Searched refs:onSourceChanged (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dimage_source.cpp23 observer->onSourceChanged(*this); in setCoordinates()
47 observer->onSourceChanged(*this); in setImage()
H A Dgeojson_source.cpp36 observer->onSourceChanged(*this); in setGeoJSON()
H A Dvector_source.cpp72 observer->onSourceChanged(*this); in loadDescription()
H A Draster_source.cpp75 observer->onSourceChanged(*this); in loadDescription()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dsource_observer.hpp15 virtual void onSourceChanged(Source&) {} in onSourceChanged() function in mbgl::style::SourceObserver
H A Dstyle_impl.cpp293 void Style::Impl::onSourceChanged(Source& source) { in onSourceChanged() function in mbgl::style::Style::Impl
295 observer->onSourceChanged(source); in onSourceChanged()
H A Dstyle_impl.hpp127 void onSourceChanged(Source&) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap_observer.hpp41 virtual void onSourceChanged(style::Source&) {} in onSourceChanged() function in mbgl::MapObserver
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_map_observer.hpp35 void onSourceChanged(mbgl::style::Source&) final;
H A Dqmapboxgl_map_observer.cpp110 void QMapboxGLMapObserver::onSourceChanged(mbgl::style::Source&) in onSourceChanged() function in QMapboxGLMapObserver
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp52 void onSourceChanged(style::Source&) override;
752 void Map::Impl::onSourceChanged(style::Source& source) { in onSourceChanged() function in mbgl::Map::Impl
753 observer.onSourceChanged(source); in onSourceChanged()