Searched refs:setBoundingBox (Results 1 – 14 of 14) sorted by relevance
118 m_location.setBoundingBox(qgeoboundingboxcopy); in viewport()203 location.setBoundingBox(QGeoRectangle(QGeoCoordinate(5,5),0.4,0.4)); in comparison()218 otherLocation.setBoundingBox(QGeoRectangle(QGeoCoordinate(1,2), 0.5,0.5)); in comparison()268 location.setBoundingBox(boundingBox); in isEmpty()270 location.setBoundingBox(QGeoRectangle()); in isEmpty()
119 setBoundingBox(src.boundingBox()); in setLocation()128 retValue.setBoundingBox(m_boundingBox); in location()188 void QDeclarativeGeoLocation::setBoundingBox(const QGeoRectangle &boundingBox) in setBoundingBox() function in QDeclarativeGeoLocation
70 …Q_PROPERTY(QGeoRectangle boundingBox READ boundingBox WRITE setBoundingBox NOTIFY boundingBoxChang…87 void setBoundingBox(const QGeoRectangle &boundingBox);
74 void setBoundingBox(const QGeoRectangle &box);
192 void QGeoLocation::setBoundingBox(const QGeoRectangle &boundingBox) in setBoundingBox() function in QGeoLocation
134 … location.setBoundingBox(QGeoRectangle(QGeoCoordinate(top, left), QGeoCoordinate(bottom, right))); in parseGeoLocation()
200 location.setBoundingBox(extent); in parseCandidate()
207 geoLocation.setBoundingBox(boundingBox); in parsePlaceResult()
183 location.setBoundingBox(rectangle); in networkReplyFinished()
223 location.setBoundingBox(parseBoundingBox(item.value(QStringLiteral("boundingbox")).toArray())); in parsePlaceResult()
166 location.setBoundingBox(box); in parsePlaceResult()
201 location.setBoundingBox(box); in replyFinished()
361 loc->setBoundingBox(boundingBox); in parseLocation()
100 m_location.setBoundingBox(m_rectangle); in tst_qmlinterface()