| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/ |
| H A D | tst_map_maptype.qml | 57 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 D | tst_map_error.qml | 113 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 D | tst_map.qml | 165 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 D | qgeomappingmanagerengine.cpp | 134 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 D | qgeomappingmanagerengine_p.h | 90 QList<QGeoMapType> supportedMapTypes() const; 105 void setSupportedMapTypes(const QList<QGeoMapType> &supportedMapTypes);
|
| H A D | qgeomappingmanager.cpp | 140 QList<QGeoMapType> QGeoMappingManager::supportedMapTypes() const in supportedMapTypes() function in QGeoMappingManager 142 return d_ptr->engine->supportedMapTypes(); in supportedMapTypes()
|
| H A D | qgeomappingmanagerengine_p_p.h | 75 QList<QGeoMapType> supportedMapTypes; variable
|
| H A D | qgeomappingmanager_p.h | 81 QList<QGeoMapType> supportedMapTypes() const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/menus/ |
| H A D | MainMenu.qml | 94 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 D | qdeclarativegeomap_p.h | 94 …Q_PROPERTY(QQmlListProperty<QDeclarativeGeoMapType> supportedMapTypes READ supportedMapTypes NOTIF… 163 QQmlListProperty<QDeclarativeGeoMapType> supportedMapTypes();
|
| H A D | qdeclarativegeomap.cpp | 296 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 D | main.qml | 92 activeMapType: map.supportedMapTypes[2] 144 activeMapType: map.supportedMapTypes[2]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmap/ |
| H A D | tst_qgeotiledmap.cpp | 111 m_map->setActiveMapType(m_map->m_engine->supportedMapTypes().first()); in initTestCase()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapobjects_tester/ |
| H A D | main.qml | 95 activeMapType: map.supportedMapTypes[2] 138 activeMapType: map.supportedMapTypes[2]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapitems_backends/ |
| H A D | main.qml | 113 activeMapType: map.supportedMapTypes[2] 223 activeMapType: map.supportedMapTypes[2]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeotiledmappingmanagerengineosm.cpp | 384 const QList<QGeoMapType> currentlySupportedMapTypes = supportedMapTypes(); in updateMapTypes()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/ |
| H A D | osm.qdoc | 135 always \l{Map::supportedMapTypes}[supportedMapTypes.length - 1].
|
| H A D | mapboxgl.qdoc | 103 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 D | plugins.qmltypes | 448 name: "supportedMapTypes"
|