Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopath.cpp681 QGeoPathPrivateEager::QGeoPathPrivateEager() in QGeoPathPrivateEager() function in QGeoPathPrivateEager
687 QGeoPathPrivateEager::QGeoPathPrivateEager(const QList<QGeoCoordinate> &path, const qreal width) in QGeoPathPrivateEager() function in QGeoPathPrivateEager
693 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 …]
H A Dqgeopath_p.h227 class Q_POSITIONING_PRIVATE_EXPORT QGeoPathPrivateEager : public QGeoPathPrivate
230 QGeoPathPrivateEager();
231 QGeoPathPrivateEager(const QList<QGeoCoordinate> &path, const qreal width = 0.0);
232 ~QGeoPathPrivateEager();