Home
last modified time | relevance | path

Searched refs:mapSource (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeotiledmappingmanagerengine_esri.cpp109 foreach (GeoMapSource *mapSource, m_mapSources) { in GeoTiledMappingManagerEngineEsri()
111 mapSource->style(), in GeoTiledMappingManagerEngineEsri()
112 mapSource->name(), in GeoTiledMappingManagerEngineEsri()
113 mapSource->description(), in GeoTiledMappingManagerEngineEsri()
114 mapSource->mobile(), in GeoTiledMappingManagerEngineEsri()
115 mapSource->night(), in GeoTiledMappingManagerEngineEsri()
116 mapSource->mapId(), in GeoTiledMappingManagerEngineEsri()
268 QVariantMap mapSource = mapSourceElement.toMap(); in initializeMapSources() local
273 GeoMapSource::mapStyle(mapSource[kPropStyle].toString()), in initializeMapSources()
274 mapSource[kPropName].toString(), in initializeMapSources()
[all …]
H A Dgeotiledmap_esri.cpp67 GeoMapSource *mapSource = engine()->mapSource(m_mapId); in evaluateCopyrights() local
69 if (mapSource) in evaluateCopyrights()
70 emit copyrightsChanged(mapSource->copyright()); in evaluateCopyrights()
H A Dgeotilefetcher_esri.cpp65 GeoMapSource *mapSource = engine->mapSource(spec.mapId()); in getTileImage() local
67 if (!mapSource) in getTileImage()
70 request.setUrl(mapSource->url().arg(spec.zoom()).arg(spec.x()).arg(spec.y())); in getTileImage()
H A Dgeotiledmappingmanagerengine_esri.h63 GeoMapSource *mapSource(int mapId) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DMapSliders.qml59 property var mapSource
227 from : containerRow.mapSource.minimumZoomLevel
228 to : containerRow.mapSource.maximumZoomLevel
229 value : containerRow.mapSource.zoomLevel
231 containerRow.mapSource.zoomLevel = value
240 value: containerRow.mapSource.bearing
242 containerRow.mapSource.bearing = value;
249 from: containerRow.mapSource.minimumTilt;
250 to: containerRow.mapSource.maximumTilt
251 value: containerRow.mapSource.tilt
[all …]
H A DMapComponent.qml381 mapSource: map
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapcopyrightsnotice_p.h66 …Q_PROPERTY(QDeclarativeGeoMap *mapSource READ mapSource WRITE setMapSource NOTIFY mapSourceChanged)
79 void setMapSource(QDeclarativeGeoMap *mapSource);
80 QDeclarativeGeoMap *mapSource();
H A Dqdeclarativegeomapcopyrightsnotice.cpp144 mapSource(), &QDeclarativeGeoMap::onAttachedCopyrightNoticeVisibilityChanged); in setMapSource()
150 connect(mapSource(), SIGNAL(copyrightsChanged(QImage)), in setMapSource()
152 connect(mapSource(), SIGNAL(copyrightsChanged(QString)), in setMapSource()
158 …connect(mapSource(), &QDeclarativeGeoMap::mapReadyChanged, this, &QDeclarativeGeoMapCopyrightNotic… in setMapSource()
167 mapSource(), SIGNAL(copyrightLinkActivated(QString))); in connectMap()
175 QDeclarativeGeoMap *QDeclarativeGeoMapCopyrightNotice::mapSource() in mapSource() function in QDeclarativeGeoMapCopyrightNotice
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes617 Property { name: "mapSource"; type: "QDeclarativeGeoMap"; isPointer: true }