Home
last modified time | relevance | path

Searched refs:supportedMapTypes (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_maptype.qml57 compare(map.supportedMapTypes.length, 0)
61 compare(map.supportedMapTypes.length, 4)
62 compare(map.supportedMapTypes[0].style, MapType.StreetMap)
63 compare(map.supportedMapTypes[0].name, "StreetMap")
64 compare(map.supportedMapTypes[0].description, "StreetMap")
65 compare(map.supportedMapTypes[1].style, MapType.SatelliteMapDay)
66 compare(map.supportedMapTypes[1].name, "SatelliteMapDay")
67 compare(map.supportedMapTypes[1].description, "SatelliteMapDay")
68 compare(map.supportedMapTypes[2].style, MapType.CycleMap)
69 compare(map.supportedMapTypes[2].name, "CycleMap")
[all …]
H A Dtst_map_error.qml113 compare(map_no_plugin.supportedMapTypes.length , 0)
114 compare(map_error_plugin.supportedMapTypes.length , 0)
209 compare(map_no_plugin.supportedMapTypes.length, 0)
211 compare(map_error_plugin.supportedMapTypes.length, 0)
H A Dtst_map.qml165 compare(mapWithLazyPlugin.supportedMapTypes.length, 5)
166 compare(mapWithLazyPlugin.supportedMapTypes[4].name, "SomeString")
418 map.activeMapType = map.supportedMapTypes[3]
458 map.activeMapType = map.supportedMapTypes[0]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomappingmanagerengine.cpp134 QList<QGeoMapType> QGeoMappingManagerEngine::supportedMapTypes() const in supportedMapTypes() function in QGeoMappingManagerEngine
137 return d->supportedMapTypes; in supportedMapTypes()
146 void QGeoMappingManagerEngine::setSupportedMapTypes(const QList<QGeoMapType> &supportedMapTypes) in setSupportedMapTypes() argument
149 d->supportedMapTypes = supportedMapTypes; in setSupportedMapTypes()
161 if (idx >= supportedMapTypes().size()) in cameraCapabilities()
163 return supportedMapTypes().at(idx).cameraCapabilities(); in cameraCapabilities()
H A Dqgeomappingmanagerengine_p.h90 QList<QGeoMapType> supportedMapTypes() const;
105 void setSupportedMapTypes(const QList<QGeoMapType> &supportedMapTypes);
H A Dqgeomappingmanager.cpp140 QList<QGeoMapType> QGeoMappingManager::supportedMapTypes() const in supportedMapTypes() function in QGeoMappingManager
142 return d_ptr->engine->supportedMapTypes(); in supportedMapTypes()
H A Dqgeomappingmanagerengine_p_p.h75 QList<QGeoMapType> supportedMapTypes; variable
H A Dqgeomappingmanager_p.h81 QList<QGeoMapType> supportedMapTypes() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/menus/
H A DMainMenu.qml94 for (var i = 0; i<map.supportedMapTypes.length; i++) {
95 createMapTypeMenuItem(map.supportedMapTypes[i]).checked =
96 (map.activeMapType === map.supportedMapTypes[i]);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap_p.h94 …Q_PROPERTY(QQmlListProperty<QDeclarativeGeoMapType> supportedMapTypes READ supportedMapTypes NOTIF…
163 QQmlListProperty<QDeclarativeGeoMapType> supportedMapTypes();
H A Dqdeclarativegeomap.cpp296 QList<QDeclarativeGeoMapType *> supportedMapTypes; in onSupportedMapTypesChanged() local
297 QList<QGeoMapType> types = m_mappingManager->supportedMapTypes(); in onSupportedMapTypesChanged()
303 supportedMapTypes.append(type); in onSupportedMapTypesChanged()
305 m_supportedMapTypes.swap(supportedMapTypes); in onSupportedMapTypesChanged()
647 QList<QGeoMapType> types = m_mappingManager->supportedMapTypes(); in mappingManagerInitialized()
1498 QQmlListProperty<QDeclarativeGeoMapType> QDeclarativeGeoMap::supportedMapTypes() in supportedMapTypes() function in QDeclarativeGeoMap
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mappolyline_tester/
H A Dmain.qml92 activeMapType: map.supportedMapTypes[2]
144 activeMapType: map.supportedMapTypes[2]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmap/
H A Dtst_qgeotiledmap.cpp111 m_map->setActiveMapType(m_map->m_engine->supportedMapTypes().first()); in initTestCase()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapobjects_tester/
H A Dmain.qml95 activeMapType: map.supportedMapTypes[2]
138 activeMapType: map.supportedMapTypes[2]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapitems_backends/
H A Dmain.qml113 activeMapType: map.supportedMapTypes[2]
223 activeMapType: map.supportedMapTypes[2]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeotiledmappingmanagerengineosm.cpp384 const QList<QGeoMapType> currentlySupportedMapTypes = supportedMapTypes(); in updateMapTypes()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dosm.qdoc135 always \l{Map::supportedMapTypes}[supportedMapTypes.length - 1].
H A Dmapboxgl.qdoc103 the \l[QML]{QtLocation::Map::}{supportedMapTypes} property of the \l{QtLocation::Map}{Map} item.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes448 name: "supportedMapTypes"