Home
last modified time | relevance | path

Searched defs:onSourceChanged (Results 1 – 5 of 5) sorted by relevance

/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
/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.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.cpp752 void Map::Impl::onSourceChanged(style::Source& source) { in onSourceChanged() function in mbgl::Map::Impl