Searched refs:tileSpec (Results 1 – 6 of 6) sorted by relevance
112 QGeoTileSpec tileSpec; in pluginTest() local113 QCOMPARE(tileSpec.plugin(), QString()); in pluginTest()121 QGeoTileSpec tileSpec; in zoomTest() local122 QVERIFY(tileSpec.zoom() == -1); in zoomTest()123 tileSpec.setZoom(1); in zoomTest()124 QVERIFY(tileSpec.zoom() == 1); in zoomTest()126 QGeoTileSpec tileSpec2 = tileSpec; in zoomTest()128 tileSpec.setZoom(2); in zoomTest()134 QGeoTileSpec tileSpec; in xTest() local135 QVERIFY(tileSpec.x() == -1); in xTest()[all …]
150 emit tileError(mappingReply->tileSpec(), errorString_); in updateRequest()154 emit tileFetched(mappingReply->tileSpec()); in updateRequest()
159 emit tileError(mappingReply_->tileSpec(), errorString_); in timerEvent()
82 QGeoTileSpec tileSpec() const;
199 QGeoTileSpec QGeoTiledMapReply::tileSpec() const in tileSpec() function in QGeoTiledMapReply
157 QGeoTileSpec spec = reply->tileSpec(); in finished()