Home
last modified time | relevance | path

Searched refs:qgeocoordinate (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeomaneuver/
H A Dtst_qgeomaneuver.cpp170 qgeocoordinate = new QGeoCoordinate (latitude,longitude); in position()
172 qgeomaneuver->setPosition(*qgeocoordinate); in position()
174 QCOMPARE(qgeomaneuver->position(),*qgeocoordinate); in position()
176 delete qgeocoordinate; in position()
215 qgeocoordinate = new QGeoCoordinate (latitude,longitude); in waypoint()
217 qgeomaneuver->setWaypoint(*qgeocoordinate); in waypoint()
219 QCOMPARE(qgeomaneuver->waypoint(),*qgeocoordinate); in waypoint()
221 qgeocoordinate->setLatitude(30.3); in waypoint()
222 QVERIFY(qgeomaneuver->waypoint() != *qgeocoordinate); in waypoint()
225 delete qgeocoordinate; in waypoint()
H A Dtst_qgeomaneuver.h77 QGeoCoordinate *qgeocoordinate; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroute/
H A Dtst_qgeoroute.cpp48 qgeocoordinate = new QGeoCoordinate(); in init()
54 delete qgeocoordinate; in cleanup()
98 qgeocoordinate->setLatitude(13.3851); in bounds()
99 qgeocoordinate->setLongitude(52.5312); in bounds()
101 QGeoRectangle *qgeoboundingbox = new QGeoRectangle(*qgeocoordinate,0.4,0.4); in bounds()
172 qgeocoordinate->setLatitude(65.654); in request()
173 qgeocoordinate->setLongitude(0.4324); in request()
178 path.append(*qgeocoordinate); in request()
H A Dtst_qgeoroute.h78 QGeoCoordinate *qgeocoordinate; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/
H A Dtst_qgeocodereply.cpp228 QGeoCoordinate *qgeocoordinate = new QGeoCoordinate (12.12 , 54.43); in locations() local
232 qgeolocation->setCoordinate(*qgeocoordinate); in locations()
257 delete qgeocoordinate; in locations()
263 QGeoCoordinate *qgeocoordinate = new QGeoCoordinate (12.12 , 54.43); in viewport() local
265 qgeoboundingbox = new QGeoRectangle (*qgeocoordinate, 0.5 , 0.5); in viewport()
271 delete qgeocoordinate; in viewport()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorouterequest/
H A Dtst_qgeorouterequest.cpp49 qgeocoordinate = new QGeoCoordinate(); in init()
56 delete qgeocoordinate; in cleanup()
130 qgeocoordinate->setLatitude(13.3851); in excludeAreas()
131 qgeocoordinate->setLongitude(52.5312); in excludeAreas()
135 QGeoRectangle *qgeoboundingboxcopy = new QGeoRectangle(*qgeocoordinate, 0.4, 0.4); in excludeAreas()
H A Dtst_qgeorouterequest.h82 QGeoCoordinate *qgeocoordinate;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dpositioning.pro32 qgeocoordinate.h \
75 qgeocoordinate.cpp \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutesegment/
H A Dtst_qgeoroutesegment.h73 QGeoCoordinate *qgeocoordinate;
H A Dtst_qgeoroutesegment.cpp47 qgeocoordinate = new QGeoCoordinate(); in init()
54 delete qgeocoordinate; in cleanup()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/
H A Dauto.pro92 qgeocoordinate \