Home
last modified time | relevance | path

Searched refs:m_layer (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange_p.h82 QString m_layer; variable
104 QString m_layer; variable
176 QString m_layer; variable
H A Dqmapboxglstylechange.cpp303 map->setLayoutProperty(m_layer, m_property, m_value); in apply()
324 layout->m_layer = param->property("layer").toString(); in fromMapParameter()
367 : m_layer(layer), m_property(property), m_value(value) in QMapboxGLStyleSetLayoutProperty()
374 : m_layer(layer), m_property(property), m_value(value) in QMapboxGLStyleSetPaintProperty()
380 map->setPaintProperty(m_layer, m_property, m_value); in apply()
401 paint->m_layer = param->property("layer").toString(); in fromMapParameter()
654 map->setFilter(m_layer, m_filter); in apply()
662 filter->m_layer = param->property("layer").toString(); in fromMapParameter()