Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl.cpp163 if (m_styleLoaded) { in updateSceneGraph()
185 if (m_styleLoaded) { in addParameter()
197 if (m_styleLoaded) { in removeParameter()
441 d->m_styleLoaded = true; in onMapChanged()
443 d->m_styleLoaded = false; in onMapChanged()
H A Dqgeomapmapboxgl_p.h90 bool m_styleLoaded = false; variable