Searched refs:QGeoPolygonPrivateEager (Results 1 – 2 of 2) sorted by relevance
653 QGeoPolygonPrivateEager::QGeoPolygonPrivateEager() : QGeoPolygonPrivate() in QGeoPolygonPrivateEager() function in QGeoPolygonPrivateEager658 QGeoPolygonPrivateEager::QGeoPolygonPrivateEager(const QList<QGeoCoordinate> &path) : QGeoPolygonPr… in QGeoPolygonPrivateEager() function in QGeoPolygonPrivateEager663 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 …]
92 class Q_POSITIONING_PRIVATE_EXPORT QGeoPolygonPrivateEager : public QGeoPolygonPrivate95 QGeoPolygonPrivateEager();96 QGeoPolygonPrivateEager(const QList<QGeoCoordinate> &path);97 ~QGeoPolygonPrivateEager();