Home
last modified time | relevance | path

Searched refs:setBoundingBox (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/
H A Dtst_qgeolocation.cpp118 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativegeolocation.cpp119 setBoundingBox(src.boundingBox()); in setLocation()
128 retValue.setBoundingBox(m_boundingBox); in location()
188 void QDeclarativeGeoLocation::setBoundingBox(const QGeoRectangle &boundingBox) in setBoundingBox() function in QDeclarativeGeoLocation
H A Dqdeclarativegeolocation_p.h70 …Q_PROPERTY(QGeoRectangle boundingBox READ boundingBox WRITE setBoundingBox NOTIFY boundingBoxChang…
87 void setBoundingBox(const QGeoRectangle &boundingBox);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeolocation.h74 void setBoundingBox(const QGeoRectangle &box);
H A Dqgeolocation.cpp192 void QGeoLocation::setBoundingBox(const QGeoRectangle &boundingBox) in setBoundingBox() function in QGeoLocation
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqmapboxcommon.cpp134 … location.setBoundingBox(QGeoRectangle(QGeoCoordinate(top, left), QGeoCoordinate(bottom, right))); in parseGeoLocation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodereply_esri.cpp200 location.setBoundingBox(extent); in parseCandidate()
H A Dplacesearchreply_esri.cpp207 geoLocation.setBoundingBox(boundingBox); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeocodereplyosm.cpp183 location.setBoundingBox(rectangle); in networkReplyFinished()
H A Dqplacesearchreplyosm.cpp223 location.setBoundingBox(parseBoundingBox(item.value(QStringLiteral("boundingbox")).toArray())); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacesearchreplyhere.cpp166 location.setBoundingBox(box); in parsePlaceResult()
H A Dqplacedetailsreplyimpl.cpp201 location.setBoundingBox(box); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp361 loc->setBoundingBox(boundingBox); in parseLocation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp100 m_location.setBoundingBox(m_rectangle); in tst_qmlinterface()