Searched refs:qgeocoordinate (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeomaneuver/ |
| H A D | tst_qgeomaneuver.cpp | 170 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 D | tst_qgeomaneuver.h | 77 QGeoCoordinate *qgeocoordinate; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroute/ |
| H A D | tst_qgeoroute.cpp | 48 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 D | tst_qgeoroute.h | 78 QGeoCoordinate *qgeocoordinate; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/ |
| H A D | tst_qgeocodereply.cpp | 228 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 D | tst_qgeorouterequest.cpp | 49 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 D | tst_qgeorouterequest.h | 82 QGeoCoordinate *qgeocoordinate;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | positioning.pro | 32 qgeocoordinate.h \ 75 qgeocoordinate.cpp \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutesegment/ |
| H A D | tst_qgeoroutesegment.h | 73 QGeoCoordinate *qgeocoordinate;
|
| H A D | tst_qgeoroutesegment.cpp | 47 qgeocoordinate = new QGeoCoordinate(); in init() 54 delete qgeocoordinate; in cleanup()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/ |
| H A D | auto.pro | 92 qgeocoordinate \
|