Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp303 map->setLayoutProperty(m_layer, m_property, m_value); in apply()
325 layout->m_property = formatPropertyName(propertyName); 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()
402 paint->m_property = formatPropertyName(propertyName); in fromMapParameter()
H A Dqmapboxglstylechange_p.h83 QString m_property; variable
105 QString m_property; variable