Home
last modified time | relevance | path

Searched refs:activeMapType (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_maptype.qml58 compare(map.activeMapType.style, MapType.NoMap)
75 compare(map.activeMapType.style, MapType.StreetMap)
80 map.activeMapType = map.supportedMapTypes[0]
95 map.activeMapType = map.supportedMapTypes[0]
98 map.activeMapType = map.supportedMapTypes[1]
100 compare(map.supportedMapTypes[1].name, map.activeMapType.name)
101 compare(map.supportedMapTypes[1].style, map.activeMapType.style)
103 map.activeMapType = map.supportedMapTypes[2]
105 compare(map.supportedMapTypes[2].name, map.activeMapType.name)
106 compare(map.supportedMapTypes[2].style, map.activeMapType.style)
[all …]
H A Dtst_map.qml321 compare(map.activeMapType.cameraCapabilities.minimumZoomLevel, 0)
322 compare(map.activeMapType.cameraCapabilities.maximumZoomLevel, 20)
346 compare(map.activeMapType.cameraCapabilities.minimumZoomLevel, 0)
347 compare(map.activeMapType.cameraCapabilities.maximumZoomLevel, 20)
363 compare(map.activeMapType.cameraCapabilities.minimumTilt, 0)
364 compare(map.activeMapType.cameraCapabilities.maximumTilt, 60)
373 compare(map.activeMapType.cameraCapabilities.minimumTilt, 0)
374 compare(map.activeMapType.cameraCapabilities.maximumTilt, 60)
408 compare(map.activeMapType.cameraCapabilities.minimumFieldOfView, 45)
409 compare(map.activeMapType.cameraCapabilities.maximumFieldOfView, 45)
[all …]
H A Dtst_map_error.qml210 compare(map_no_plugin.activeMapType.style, MapType.NoMap)
212 compare(map_error_plugin.activeMapType.style, MapType.NoMap)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmap.cpp170 if (activeMapType().mapId() == mapId) in clearScene()
277 QGeoMapType QGeoTiledMapPrivate::activeMapType() in activeMapType() function in QGeoTiledMapPrivate
279 return m_visibleTiles->activeMapType(); in activeMapType()
H A Dqgeocameratiles_p.h76 QGeoMapType activeMapType() const;
H A Dqgeotiledmap_p_p.h82 QGeoMapType activeMapType();
H A Dqgeomap_p.h118 const QGeoMapType activeMapType() const;
H A Dqgeomap.cpp168 const QGeoMapType QGeoMap::activeMapType() const in activeMapType() function in QGeoMap
H A Dqgeocameratiles.cpp126 QGeoMapType QGeoCameraTiles::activeMapType() const in activeMapType() function in QGeoCameraTiles
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap_p.h93 …Q_PROPERTY(QDeclarativeGeoMapType *activeMapType READ activeMapType WRITE setActiveMapType NOTIFY …
116 QDeclarativeGeoMapType *activeMapType() const;
H A Dqdeclarativegeomap.cpp311 if (declarativeType->mapType() == m_map->activeMapType()) in onSupportedMapTypesChanged()
2265 QDeclarativeGeoMapType * QDeclarativeGeoMap::activeMapType() const in activeMapType() function in QDeclarativeGeoMap
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/
H A Dmapviewer.qml202 selectMapType(map.activeMapType)
215 map.activeMapType = mapType
434 visible: !supportsSsl && map && map.activeMapType && activeMapType.metadata.isHTTPS
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeotiledmap_nokia.cpp73 …const QString copyrightsString = m_engine->evaluateCopyrightsText(activeMapType(), cameraData().zo… in evaluateCopyrights()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.5.127 - Fixed change signal emission for Map.activeMapType property.
/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/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/location/doc/src/plugins/
H A Dosm.qdoc127 …\li Custom data copryright string is used when setting the \l{Map::activeMapType} to \l{MapType}.C…
132 …To use this server, the \l{Map::activeMapType} parameter of the \l Map should be set to the suppor…
139 …\li Custom map copryright string is used when setting the \l{Map::activeMapType} to \l{MapType}.Cu…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/menus/
H A DMainMenu.qml96 (map.activeMapType === map.supportedMapTypes[i]);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes446 Property { name: "activeMapType"; type: "QDeclarativeGeoMapType"; isPointer: true }