Searched refs:setTopLeft (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativerectanglemapitem_p.h | 69 Q_PROPERTY(QGeoCoordinate topLeft READ topLeft WRITE setTopLeft NOTIFY topLeftChanged) 89 void setTopLeft(const QGeoCoordinate ¢er);
|
| H A D | qdeclarativerectanglemapitem.cpp | 239 void QDeclarativeRectangleMapItem::setTopLeft(const QGeoCoordinate &topLeft) in setTopLeft() function in QDeclarativeRectangleMapItem 244 m_rectangle.setTopLeft(topLeft); in setTopLeft()
|
| H A D | locationvaluetypehelper.cpp | 113 r.setTopLeft(c); in parseRectangle()
|
| H A D | qdeclarativegeomapquickitem.cpp | 178 geoshape_.setTopLeft(coordinate_); in setCoordinate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeorectangle.h | 54 Q_PROPERTY(QGeoCoordinate topLeft READ topLeft WRITE setTopLeft) 78 void setTopLeft(const QGeoCoordinate &topLeft);
|
| H A D | qgeocircle.cpp | 271 m_bbox.setTopLeft(m_center); in updateBoundingBox()
|
| H A D | qgeorectangle.cpp | 333 void QGeoRectangle::setTopLeft(const QGeoCoordinate &topLeft) in setTopLeft() function in QGeoRectangle
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchrequest/ |
| H A D | tst_qplacesearchrequest.cpp | 121 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 D | tst_qgeolocation.cpp | 245 boundingBox.setTopLeft(QGeoCoordinate(1, -1)); in isEmpty()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | geocodereply_esri.cpp | 177 extent.setTopLeft(QGeoCoordinate(extentObject.value(QStringLiteral("ymin")).toDouble(), in parseCandidate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeocodereplyosm.cpp | 174 rectangle.setTopLeft(QGeoCoordinate(a.at(1).toString().toDouble(), in networkReplyFinished()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeocodejsonparser.cpp | 357 …boundingBox.setTopLeft(QGeoCoordinate(topLeft.value("Latitude").toDouble(), topLeft.value("Longitu… in parseLocation()
|
| H A D | qgeotiledmappingmanagerengine_nokia.cpp | 406 viewport.setTopLeft(QWebMercator::mercatorToCoord(pt)); in evaluateCopyrightsText()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/ |
| H A D | tst_qgeorectangle.cpp | 149 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()
|