Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativerectanglemapitem_p.h69 Q_PROPERTY(QGeoCoordinate topLeft READ topLeft WRITE setTopLeft NOTIFY topLeftChanged)
89 void setTopLeft(const QGeoCoordinate &center);
H A Dqdeclarativerectanglemapitem.cpp239 void QDeclarativeRectangleMapItem::setTopLeft(const QGeoCoordinate &topLeft) in setTopLeft() function in QDeclarativeRectangleMapItem
244 m_rectangle.setTopLeft(topLeft); in setTopLeft()
H A Dlocationvaluetypehelper.cpp113 r.setTopLeft(c); in parseRectangle()
H A Dqdeclarativegeomapquickitem.cpp178 geoshape_.setTopLeft(coordinate_); in setCoordinate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.h54 Q_PROPERTY(QGeoCoordinate topLeft READ topLeft WRITE setTopLeft)
78 void setTopLeft(const QGeoCoordinate &topLeft);
H A Dqgeocircle.cpp271 m_bbox.setTopLeft(m_center); in updateBoundingBox()
H A Dqgeorectangle.cpp333 void QGeoRectangle::setTopLeft(const QGeoCoordinate &topLeft) in setTopLeft() function in QGeoRectangle
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchrequest/
H A Dtst_qplacesearchrequest.cpp121 box.setTopLeft(QGeoCoordinate(30,20)); in boundingBoxTest()
148 box.setTopLeft(QGeoCoordinate(30,20)); in searchAreaTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/
H A Dtst_qgeolocation.cpp245 boundingBox.setTopLeft(QGeoCoordinate(1, -1)); in isEmpty()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodereply_esri.cpp177 extent.setTopLeft(QGeoCoordinate(extentObject.value(QStringLiteral("ymin")).toDouble(), in parseCandidate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeocodereplyosm.cpp174 rectangle.setTopLeft(QGeoCoordinate(a.at(1).toString().toDouble(), in networkReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp357 …boundingBox.setTopLeft(QGeoCoordinate(topLeft.value("Latitude").toDouble(), topLeft.value("Longitu… in parseLocation()
H A Dqgeotiledmappingmanagerengine_nokia.cpp406 viewport.setTopLeft(QWebMercator::mercatorToCoord(pt)); in evaluateCopyrightsText()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/
H A Dtst_qgeorectangle.cpp149 b2.setTopLeft(QGeoCoordinate(30.0, 0.0)); in copy_constructor()
186 b2.setTopLeft(QGeoCoordinate(30.0, 0.0)); in assignment()
202 b1.setTopLeft(QGeoCoordinate(80, 30)); in assignment()
395 box.setTopLeft(QGeoCoordinate(20.0, -10.0)); in setCorners()