Searched refs:QGeoPathPrivate (Results 1 – 5 of 5) sorted by relevance
92 inline QGeoPathPrivate *QGeoPath::d_func() in d_func()94 return static_cast<QGeoPathPrivate *>(d_ptr.data()); in d_func()97 inline const QGeoPathPrivate *QGeoPath::d_func() const in d_func()99 return static_cast<const QGeoPathPrivate *>(d_ptr.constData()); in d_func()117 : QGeoShape(new QGeoPathPrivate()) in Q_GLOBAL_STATIC()127 : QGeoShape(new QGeoPathPrivate(path, width)) in QGeoPath()149 d_ptr = new QGeoPathPrivate(); in QGeoPath()403 QGeoPathPrivate::QGeoPathPrivate() in QGeoPathPrivate() function in QGeoPathPrivate409 QGeoPathPrivate::QGeoPathPrivate(const QList<QGeoCoordinate> &path, const qreal width) in QGeoPathPrivate() function in QGeoPathPrivate416 QGeoPathPrivate::~QGeoPathPrivate() in ~QGeoPathPrivate()[all …]
49 class QGeoPathPrivate; variable97 inline QGeoPathPrivate *d_func();98 inline const QGeoPathPrivate *d_func() const;
180 class Q_POSITIONING_PRIVATE_EXPORT QGeoPathPrivate : public QGeoShapePrivate183 QGeoPathPrivate();184 QGeoPathPrivate(const QList<QGeoCoordinate> &path, const qreal width = 0.0);185 ~QGeoPathPrivate();227 class Q_POSITIONING_PRIVATE_EXPORT QGeoPathPrivateEager : public QGeoPathPrivate
60 class Q_POSITIONING_PRIVATE_EXPORT QGeoPolygonPrivate : public QGeoPathPrivate
498 : QGeoPathPrivate() in QGeoPolygonPrivate()504 : QGeoPathPrivate(path) in QGeoPolygonPrivate()