Lines Matching refs:QGeoPath
51 class Q_POSITIONING_EXPORT QGeoPath : public QGeoShape
58 QGeoPath();
59 QGeoPath(const QList<QGeoCoordinate> &path, const qreal &width = 0.0);
60 QGeoPath(const QGeoPath &other);
61 QGeoPath(const QGeoShape &other);
63 ~QGeoPath();
65 QGeoPath &operator=(const QGeoPath &other);
68 bool operator==(const QGeoPath &other) const;
71 bool operator!=(const QGeoPath &other) const;
83 Q_INVOKABLE QGeoPath translated(double degreesLatitude, double degreesLongitude) const;
101 Q_DECLARE_TYPEINFO(QGeoPath, Q_MOVABLE_TYPE);
105 Q_DECLARE_METATYPE(QGeoPath)