Searched refs:m_supportedMapTypes (Results 1 – 2 of 2) sorted by relevance
300 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()
295 QList<QDeclarativeGeoMapType *> m_supportedMapTypes; variable