Home
last modified time | relevance | path

Searched refs:m_activeMapType (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap.cpp160 if (type == d->m_activeMapType) in setActiveMapType()
162 d->m_activeMapType = type; in setActiveMapType()
171 return d->m_activeMapType; in activeMapType()
368 m_activeMapType(QGeoMapType()) in QGeoMapPrivate()
372 m_cameraCapabilities = m_engine->cameraCapabilities(m_activeMapType.mapId()); in QGeoMapPrivate()
H A Dqgeomap_p_p.h122 QGeoMapType m_activeMapType; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp181 m_activeMapType(0), in QDeclarativeGeoMap()
203 m_activeMapType = new QDeclarativeGeoMapType(QGeoMapType(QGeoMapType::NoMap, in QDeclarativeGeoMap()
316 m_activeMapType = type; in onSupportedMapTypesChanged()
653 if (m_activeMapType && m_plugin->name().toLatin1() == m_activeMapType->mapType().pluginName()) { in mappingManagerInitialized()
654 m_map->setActiveMapType(m_activeMapType->mapType()); in mappingManagerInitialized()
656 if (m_activeMapType) in mappingManagerInitialized()
657 m_activeMapType->deleteLater(); in mappingManagerInitialized()
660 m_activeMapType = m_supportedMapTypes.at(0); in mappingManagerInitialized()
661 m_map->setActiveMapType(m_activeMapType->mapType()); in mappingManagerInitialized()
663 m_activeMapType = new QDeclarativeGeoMapType(QGeoMapType(QGeoMapType::NoMap, in mappingManagerInitialized()
[all …]
H A Dqdeclarativegeomap_p.h294 QDeclarativeGeoMapType *m_activeMapType; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl.cpp128 m_developmentMode = m_activeMapType.name().startsWith("mapbox://") in updateSceneGraph()
131 map->setStyleUrl(m_activeMapType.name()); in updateSceneGraph()
511 if (d->m_activeMapType.name().startsWith("mapbox://")) { in copyrightsChanged()