Home
last modified time | relevance | path

Searched refs:setBottomLeft (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.h52 Q_PROPERTY(QGeoCoordinate bottomLeft READ bottomLeft WRITE setBottomLeft)
84 void setBottomLeft(const QGeoCoordinate &bottomLeft);
H A Dqgeorectangle.cpp378 void QGeoRectangle::setBottomLeft(const QGeoCoordinate &bottomLeft) in setBottomLeft() function in QGeoRectangle
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dlocationvaluetypehelper.cpp103 r.setBottomLeft(c); in parseRectangle()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/
H A Dtst_qgeorectangle.cpp416 box.setBottomLeft(QGeoCoordinate(-20.0, -20.0)); in setCorners()