Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.h55 Q_PROPERTY(QGeoCoordinate topRight READ topRight WRITE setTopRight)
81 void setTopRight(const QGeoCoordinate &topRight);
H A Dqgeorectangle.cpp353 void QGeoRectangle::setTopRight(const QGeoCoordinate &topRight) in setTopRight() function in QGeoRectangle
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dlocationvaluetypehelper.cpp118 r.setTopRight(c); in parseRectangle()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/
H A Dtst_qgeorectangle.cpp402 box.setTopRight(QGeoCoordinate(30.0, 20.0)); in setCorners()