Searched refs:mapSource (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | geotiledmappingmanagerengine_esri.cpp | 109 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 D | geotiledmap_esri.cpp | 67 GeoMapSource *mapSource = engine()->mapSource(m_mapId); in evaluateCopyrights() local 69 if (mapSource) in evaluateCopyrights() 70 emit copyrightsChanged(mapSource->copyright()); in evaluateCopyrights()
|
| H A D | geotilefetcher_esri.cpp | 65 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 D | geotiledmappingmanagerengine_esri.h | 63 GeoMapSource *mapSource(int mapId) const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/ |
| H A D | MapSliders.qml | 59 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 D | MapComponent.qml | 381 mapSource: map
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomapcopyrightsnotice_p.h | 66 …Q_PROPERTY(QDeclarativeGeoMap *mapSource READ mapSource WRITE setMapSource NOTIFY mapSourceChanged) 79 void setMapSource(QDeclarativeGeoMap *mapSource); 80 QDeclarativeGeoMap *mapSource();
|
| H A D | qdeclarativegeomapcopyrightsnotice.cpp | 144 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 D | plugins.qmltypes | 617 Property { name: "mapSource"; type: "QDeclarativeGeoMap"; isPointer: true }
|