Home
last modified time | relevance | path

Searched refs:getStyle (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/
H A Dmap_snapshotter.cpp61 map.getStyle().loadJSON(style.second); in Impl()
63 map.getStyle().loadURL(style.second); in Impl()
101 for (auto source : map.getStyle().getSources()) { in snapshot()
121 map.getStyle().loadURL(styleURL); in setStyleURL()
125 return map.getStyle().getURL(); in getStyleURL()
129 map.getStyle().loadJSON(styleJSON); in setStyleJSON()
133 return map.getStyle().getJSON(); in getStyleJSON()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp623 return QString::fromStdString(d_ptr->mapObj->getStyle().getJSON()); in styleJson()
628 d_ptr->mapObj->getStyle().loadJSON(style.toStdString()); in setStyleJson()
648 return QString::fromStdString(d_ptr->mapObj->getStyle().getURL()); in styleUrl()
653 d_ptr->mapObj->getStyle().loadURL(url.toStdString()); in setStyleUrl()
900 …d_ptr->mapObj->getStyle().setTransitionOptions(mbgl::style::TransitionOptions{ convert(duration), … in setTransitionOptions()
1015 Layer* layer_ = d_ptr->mapObj->getStyle().getLayer(layer.toStdString()); in setLayoutProperty()
1081 Layer* layer_ = d_ptr->mapObj->getStyle().getLayer(layer.toStdString()); in setPaintProperty()
1315 d_ptr->mapObj->getStyle().addSource(std::move(*source)); in addSource()
1323 return !!d_ptr->mapObj->getStyle().getSource(sourceID.toStdString()); in sourceExists()
1337 auto source = d_ptr->mapObj->getStyle().getSource(id.toStdString()); in updateSource()
[all …]
H A Dqmapboxgl_map_observer.cpp113 for (const auto& source : d_ptr->mapObj->getStyle().getSources()) { in onSourceChanged()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp52 style::Style& getStyle();
53 const style::Style& getStyle() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp224 style::Style& Map::getStyle() { in getStyle() function in mbgl::Map
228 const style::Style& Map::getStyle() const { in getStyle() function in mbgl::Map