Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp300 QDeclarativeGeoMapType *type = findMapType(m_supportedMapTypes, types[i]); in onSupportedMapTypesChanged()
305 m_supportedMapTypes.swap(supportedMapTypes); in onSupportedMapTypesChanged()
306 if (m_supportedMapTypes.isEmpty()) { in onSupportedMapTypesChanged()
310 foreach (QDeclarativeGeoMapType *declarativeType, m_supportedMapTypes) { in onSupportedMapTypesChanged()
315 QDeclarativeGeoMapType *type = m_supportedMapTypes.at(0); in onSupportedMapTypesChanged()
650 m_supportedMapTypes.append(type); in mappingManagerInitialized()
659 if (!m_supportedMapTypes.isEmpty()) { in mappingManagerInitialized()
660 m_activeMapType = m_supportedMapTypes.at(0); in mappingManagerInitialized()
1500 return QQmlListProperty<QDeclarativeGeoMapType>(this, &m_supportedMapTypes); in supportedMapTypes()
H A Dqdeclarativegeomap_p.h295 QList<QDeclarativeGeoMapType *> m_supportedMapTypes; variable