Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl.cpp186 m_styleChanges << QMapboxGLStyleChange::addMapParameter(param); in addParameter()
198 m_styleChanges << QMapboxGLStyleChange::removeMapParameter(param); in removeParameter()
258 m_styleChanges << QMapboxGLStyleChange::addMapItem(item, m_mapItemsBefore); in addMapItem()
288 m_styleChanges << QMapboxGLStyleChange::removeMapItem(item); in removeMapItem()
338 for (const auto& change : m_styleChanges) { in syncStyleChanges()
342 m_styleChanges.clear(); in syncStyleChanges()
444 d->m_styleChanges.clear(); in onMapChanged()
447 d->m_styleChanges << QMapboxGLStyleChange::addMapItem(item, d->m_mapItemsBefore); in onMapChanged()
450 d->m_styleChanges << QMapboxGLStyleChange::addMapParameter(param); in onMapChanged()
459 d->m_styleChanges << QMapboxGLStyleSetPaintProperty::fromMapItem(item); in onMapItemPropertyChanged()
[all …]
H A Dqgeomapmapboxgl_p.h94 QList<QSharedPointer<QMapboxGLStyleChange>> m_styleChanges; variable