Searched refs:QGeoPathPrivateEager (Results 1 – 2 of 2) sorted by relevance
681 QGeoPathPrivateEager::QGeoPathPrivateEager() in QGeoPathPrivateEager() function in QGeoPathPrivateEager687 QGeoPathPrivateEager::QGeoPathPrivateEager(const QList<QGeoCoordinate> &path, const qreal width) in QGeoPathPrivateEager() function in QGeoPathPrivateEager693 QGeoPathPrivateEager::~QGeoPathPrivateEager() in ~QGeoPathPrivateEager()698 QGeoShapePrivate *QGeoPathPrivateEager::clone() const in clone()700 return new QGeoPathPrivateEager(*this); in clone()703 void QGeoPathPrivateEager::markDirty() in markDirty()708 void QGeoPathPrivateEager::translate(double degreesLatitude, double degreesLongitude) in translate()724 void QGeoPathPrivateEager::addCoordinate(const QGeoCoordinate &coordinate) in addCoordinate()733 void QGeoPathPrivateEager::QGeoPathPrivateEager::computeBoundingBox() in computeBoundingBox()739 void QGeoPathPrivateEager::QGeoPathPrivateEager::updateBoundingBox() in updateBoundingBox()[all …]
227 class Q_POSITIONING_PRIVATE_EXPORT QGeoPathPrivateEager : public QGeoPathPrivate230 QGeoPathPrivateEager();231 QGeoPathPrivateEager(const QList<QGeoCoordinate> &path, const qreal width = 0.0);232 ~QGeoPathPrivateEager();