Searched refs:qgeoboundingbox (Results 1 – 6 of 6) sorted by relevance
101 QGeoRectangle *qgeoboundingbox = new QGeoRectangle(*qgeocoordinate,0.4,0.4); in bounds() local103 qgeoroute->setBounds(*qgeoboundingbox); in bounds()105 QCOMPARE(qgeoroute->bounds(), *qgeoboundingbox); in bounds()107 qgeoboundingbox->setWidth(23.1); in bounds()109 QVERIFY(qgeoroute->bounds().width() != qgeoboundingbox->width()); in bounds()111 delete qgeoboundingbox; in bounds()
77 QGeoRectangle *qgeoboundingbox; variable
265 qgeoboundingbox = new QGeoRectangle (*qgeocoordinate, 0.5 , 0.5); in viewport()267 reply->callSetViewport(*qgeoboundingbox); in viewport()269 QCOMPARE (reply->viewport(), static_cast<const QGeoShape &>(*qgeoboundingbox)); in viewport()272 delete qgeoboundingbox; in viewport()
98 QGeoRectangle *qgeoboundingbox; variable
83 QGeoRectangle *qgeoboundingbox; variable
50 qgeoboundingbox = new QGeoRectangle(); in init()57 delete qgeoboundingbox; in cleanup()