Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon.cpp91 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 QGeoPolygonPrivate
503 QGeoPolygonPrivate::QGeoPolygonPrivate(const QList<QGeoCoordinate> &path) in QGeoPolygonPrivate() function in QGeoPolygonPrivate
509 QGeoPolygonPrivate::~QGeoPolygonPrivate() {} in ~QGeoPolygonPrivate()
[all …]
H A Dqgeopolygon_p.h60 class Q_POSITIONING_PRIVATE_EXPORT QGeoPolygonPrivate : public QGeoPathPrivate
63 QGeoPolygonPrivate();
64 QGeoPolygonPrivate(const QList<QGeoCoordinate> &path);
65 ~QGeoPolygonPrivate();
92 class Q_POSITIONING_PRIVATE_EXPORT QGeoPolygonPrivateEager : public QGeoPolygonPrivate
H A Dqgeopolygon.h49 class QGeoPolygonPrivate; variable
100 inline QGeoPolygonPrivate *d_func();
101 inline const QGeoPolygonPrivate *d_func() const;