Home
last modified time | relevance | path

Searched refs:tileSpec (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotilespec/
H A Dtst_qgeotilespec.cpp112 QGeoTileSpec tileSpec; in pluginTest() local
113 QCOMPARE(tileSpec.plugin(), QString()); in pluginTest()
121 QGeoTileSpec tileSpec; in zoomTest() local
122 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() local
135 QVERIFY(tileSpec.x() == -1); in xTest()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeotilefetcher_test.h150 emit tileError(mappingReply->tileSpec(), errorString_); in updateRequest()
154 emit tileFetched(mappingReply->tileSpec()); in updateRequest()
H A Dqgeomappingmanagerengine_test.h159 emit tileError(mappingReply_->tileSpec(), errorString_); in timerEvent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapreply_p.h82 QGeoTileSpec tileSpec() const;
H A Dqgeotiledmapreply.cpp199 QGeoTileSpec QGeoTiledMapReply::tileSpec() const in tileSpec() function in QGeoTiledMapReply
H A Dqgeotilefetcher.cpp157 QGeoTileSpec spec = reply->tileSpec(); in finished()