Home
last modified time | relevance | path

Searched refs:QGeoRectanglePrivate (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp182 inline QGeoRectanglePrivate *QGeoRectangle::d_func() in d_func()
184 return static_cast<QGeoRectanglePrivate *>(d_ptr.data()); in d_func()
187 inline const QGeoRectanglePrivate *QGeoRectangle::d_func() const in d_func()
189 return static_cast<const QGeoRectanglePrivate *>(d_ptr.constData()); in d_func()
208 : QGeoShape(new QGeoRectanglePrivate) in Q_GLOBAL_STATIC()
226 d_ptr = new QGeoRectanglePrivate(center, center); in QGeoRectangle()
238 d_ptr = new QGeoRectanglePrivate(topLeft, bottomRight); in QGeoRectangle()
248 d_ptr = new QGeoRectanglePrivate; in QGeoRectangle()
251 d_ptr = new QGeoRectanglePrivate(startCoordinate, startCoordinate); in QGeoRectangle()
276 d_ptr = new QGeoRectanglePrivate; in QGeoRectangle()
[all …]
H A Dqgeorectangle_p.h59 class QGeoRectanglePrivate : public QGeoShapePrivate
62 QGeoRectanglePrivate();
63 QGeoRectanglePrivate(const QGeoCoordinate &topLeft, const QGeoCoordinate &bottomRight);
64 QGeoRectanglePrivate(const QGeoRectanglePrivate &other);
65 ~QGeoRectanglePrivate();
H A Dqgeorectangle.h47 class QGeoRectanglePrivate; variable
114 inline QGeoRectanglePrivate *d_func();
115 inline const QGeoRectanglePrivate *d_func() const;