Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativerectanglemapitem_p.h70 …Q_PROPERTY(QGeoCoordinate bottomRight READ bottomRight WRITE setBottomRight NOTIFY bottomRightChan…
92 void setBottomRight(const QGeoCoordinate &center);
H A Dqdeclarativerectanglemapitem.cpp273 void QDeclarativeRectangleMapItem::setBottomRight(const QGeoCoordinate &bottomRight) in setBottomRight() function in QDeclarativeRectangleMapItem
278 m_rectangle.setBottomRight(bottomRight); in setBottomRight()
H A Dlocationvaluetypehelper.cpp108 r.setBottomRight(c); in parseRectangle()
H A Dqdeclarativegeomapquickitem.cpp179 geoshape_.setBottomRight(coordinate_); in setCoordinate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.h53 Q_PROPERTY(QGeoCoordinate bottomRight READ bottomRight WRITE setBottomRight)
87 void setBottomRight(const QGeoCoordinate &bottomRight);
H A Dqgeocircle.cpp272 m_bbox.setBottomRight(m_center); in updateBoundingBox()
H A Dqgeorectangle.cpp403 void QGeoRectangle::setBottomRight(const QGeoCoordinate &bottomRight) in setBottomRight() function in QGeoRectangle
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchrequest/
H A Dtst_qplacesearchrequest.cpp122 box.setBottomRight(QGeoCoordinate(10,50)); in boundingBoxTest()
149 box.setBottomRight(QGeoCoordinate(10,50)); in searchAreaTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/
H A Dtst_qgeolocation.cpp246 boundingBox.setBottomRight(QGeoCoordinate(-1, 1)); in isEmpty()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodereply_esri.cpp180 extent.setBottomRight(QGeoCoordinate(extentObject.value(QStringLiteral("ymax")).toDouble(), in parseCandidate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeocodereplyosm.cpp176 rectangle.setBottomRight(QGeoCoordinate(a.at(0).toString().toDouble(), in networkReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp356 …boundingBox.setBottomRight(QGeoCoordinate(bottomRight.value("Latitude").toDouble(), bottomRight.va… in parseLocation()
H A Dqgeotiledmappingmanagerengine_nokia.cpp409 viewport.setBottomRight(QWebMercator::mercatorToCoord(pt)); in evaluateCopyrightsText()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/
H A Dtst_qgeorectangle.cpp150 b2.setBottomRight(QGeoCoordinate(0.0, 30.0)); in copy_constructor()
187 b2.setBottomRight(QGeoCoordinate(0.0, 30.0)); in assignment()
409 box.setBottomRight(QGeoCoordinate(-10.0, 30.0)); in setCorners()