Home
last modified time | relevance | path

Searched defs:QGeoRectangle (Results 1 – 8 of 8) sorted by relevance

/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/positioning/
H A Dqgeolocation.h51 class QGeoRectangle; variable
H A Dqgeorectangle.cpp223 QGeoRectangle::QGeoRectangle(const QGeoCoordinate &center, double degreesWidth, double degreesHeigh… in QGeoRectangle() function in QGeoRectangle
235 QGeoRectangle::QGeoRectangle(const QGeoCoordinate &topLeft, const QGeoCoordinate &bottomRight) in QGeoRectangle() function in QGeoRectangle
244 QGeoRectangle::QGeoRectangle(const QList<QGeoCoordinate> &coordinates) in QGeoRectangle() function in QGeoRectangle
262 QGeoRectangle::QGeoRectangle(const QGeoRectangle &other) in QGeoRectangle() function in QGeoRectangle
271 QGeoRectangle::QGeoRectangle(const QGeoShape &other) in QGeoRectangle() function in QGeoRectangle
H A Dqgeoshape.h50 class QGeoRectangle; variable
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/maps/
H A Dqgeomappingmanager_p.h61 class QGeoRectangle; variable
H A Dqgeomappingmanagerengine_p.h67 class QGeoRectangle; variable
H A Dqgeoroute.h49 class QGeoRectangle; variable
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.h55 class QGeoRectangle; variable
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt5/
H A DQtPositioning.py557 class QGeoRectangle(QGeoShape): class