Searched refs:QGeoRectanglePrivate (Results 1 – 3 of 3) sorted by relevance
182 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 …]
59 class QGeoRectanglePrivate : public QGeoShapePrivate62 QGeoRectanglePrivate();63 QGeoRectanglePrivate(const QGeoCoordinate &topLeft, const QGeoCoordinate &bottomRight);64 QGeoRectanglePrivate(const QGeoRectanglePrivate &other);65 ~QGeoRectanglePrivate();
47 class QGeoRectanglePrivate; variable114 inline QGeoRectanglePrivate *d_func();115 inline const QGeoRectanglePrivate *d_func() const;