Home
last modified time | relevance | path

Searched refs:QGeoPathPrivate (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopath.cpp92 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 QGeoPathPrivate
409 QGeoPathPrivate::QGeoPathPrivate(const QList<QGeoCoordinate> &path, const qreal width) in QGeoPathPrivate() function in QGeoPathPrivate
416 QGeoPathPrivate::~QGeoPathPrivate() in ~QGeoPathPrivate()
[all …]
H A Dqgeopath.h49 class QGeoPathPrivate; variable
97 inline QGeoPathPrivate *d_func();
98 inline const QGeoPathPrivate *d_func() const;
H A Dqgeopath_p.h180 class Q_POSITIONING_PRIVATE_EXPORT QGeoPathPrivate : public QGeoShapePrivate
183 QGeoPathPrivate();
184 QGeoPathPrivate(const QList<QGeoCoordinate> &path, const qreal width = 0.0);
185 ~QGeoPathPrivate();
227 class Q_POSITIONING_PRIVATE_EXPORT QGeoPathPrivateEager : public QGeoPathPrivate
H A Dqgeopolygon_p.h60 class Q_POSITIONING_PRIVATE_EXPORT QGeoPolygonPrivate : public QGeoPathPrivate
H A Dqgeopolygon.cpp498 : QGeoPathPrivate() in QGeoPolygonPrivate()
504 : QGeoPathPrivate(path) in QGeoPolygonPrivate()