Searched refs:QGeoPolygonPrivate (Results 1 – 3 of 3) sorted by relevance
91 inline QGeoPolygonPrivate *QGeoPolygon::d_func() in d_func()93 return static_cast<QGeoPolygonPrivate *>(d_ptr.data()); in d_func()96 inline const QGeoPolygonPrivate *QGeoPolygon::d_func() const in d_func()98 return static_cast<const QGeoPolygonPrivate *>(d_ptr.constData()); in d_func()116 : QGeoShape(new QGeoPolygonPrivate()) in Q_GLOBAL_STATIC()126 : QGeoShape(new QGeoPolygonPrivate(path)) in QGeoPolygon()183 QGeoPolygonPrivate *poly = new QGeoPolygonPrivate(); in QGeoPolygon()497 QGeoPolygonPrivate::QGeoPolygonPrivate() in QGeoPolygonPrivate() function in QGeoPolygonPrivate503 QGeoPolygonPrivate::QGeoPolygonPrivate(const QList<QGeoCoordinate> &path) in QGeoPolygonPrivate() function in QGeoPolygonPrivate509 QGeoPolygonPrivate::~QGeoPolygonPrivate() {} in ~QGeoPolygonPrivate()[all …]
60 class Q_POSITIONING_PRIVATE_EXPORT QGeoPolygonPrivate : public QGeoPathPrivate63 QGeoPolygonPrivate();64 QGeoPolygonPrivate(const QList<QGeoCoordinate> &path);65 ~QGeoPolygonPrivate();92 class Q_POSITIONING_PRIVATE_EXPORT QGeoPolygonPrivateEager : public QGeoPolygonPrivate
49 class QGeoPolygonPrivate; variable100 inline QGeoPolygonPrivate *d_func();101 inline const QGeoPolygonPrivate *d_func() const;