Searched refs:setLayoutProperty (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | layer.cpp | 19 optional<Error> setLayoutProperty(Layer& layer, const std::string& name, const Convertible& value) { in setLayoutProperty() function 213 return setLayoutProperty(*layer, k, v); in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/ |
| H A D | layer.hpp | 18 optional<Error> setLayoutProperty(Layer& layer, const std::string& name, const Convertible& value);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/ |
| H A D | qmapboxgl.hpp | 201 void setLayoutProperty(const QString &layer, const QString &property, const QVariant &value);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qmapboxgl.cpp | 1011 void QMapboxGL::setLayoutProperty(const QString& layer, const QString& property_, const QVariant& v… in setLayoutProperty() function in QMapboxGL 1021 if (conversion::setLayoutProperty(*layer_, property_.toStdString(), value)) { in setLayoutProperty()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/ |
| H A D | qmapboxglstylechange.cpp | 303 map->setLayoutProperty(m_layer, m_property, m_value); in apply()
|