Home
last modified time | relevance | path

Searched refs:QGeoPolygonPrivateEager (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon.cpp653 QGeoPolygonPrivateEager::QGeoPolygonPrivateEager() : QGeoPolygonPrivate() in QGeoPolygonPrivateEager() function in QGeoPolygonPrivateEager
658 QGeoPolygonPrivateEager::QGeoPolygonPrivateEager(const QList<QGeoCoordinate> &path) : QGeoPolygonPr… in QGeoPolygonPrivateEager() function in QGeoPolygonPrivateEager
663 QGeoPolygonPrivateEager::~QGeoPolygonPrivateEager() in ~QGeoPolygonPrivateEager()
668 QGeoShapePrivate *QGeoPolygonPrivateEager::clone() const in clone()
673 void QGeoPolygonPrivateEager::translate(double degreesLatitude, double degreesLongitude) in translate()
680 void QGeoPolygonPrivateEager::markDirty() in markDirty()
686 void QGeoPolygonPrivateEager::addCoordinate(const QGeoCoordinate &coordinate) in addCoordinate()
695 void QGeoPolygonPrivateEager::computeBoundingBox() in computeBoundingBox()
701 void QGeoPolygonPrivateEager::updateBoundingBox() in updateBoundingBox()
709 d_ptr = new QGeoPolygonPrivateEager; in QGeoPolygonEager()
[all …]
H A Dqgeopolygon_p.h92 class Q_POSITIONING_PRIVATE_EXPORT QGeoPolygonPrivateEager : public QGeoPolygonPrivate
95 QGeoPolygonPrivateEager();
96 QGeoPolygonPrivateEager(const QList<QGeoCoordinate> &path);
97 ~QGeoPolygonPrivateEager();