Lines Matching refs:QGeoPathPrivateEager
681 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()
748 d_ptr = new QGeoPathPrivateEager; in QGeoPathEager()
754 d_ptr = new QGeoPathPrivateEager(path, width); in QGeoPathEager()
760 d_ptr = new QGeoPathPrivateEager; in QGeoPathEager()
771 d_ptr = new QGeoPathPrivateEager; in QGeoPathEager()