Lines Matching refs:QGeoPolygon
51 class Q_POSITIONING_EXPORT QGeoPolygon : public QGeoShape
57 QGeoPolygon();
58 QGeoPolygon(const QList<QGeoCoordinate> &path);
59 QGeoPolygon(const QGeoPolygon &other);
60 QGeoPolygon(const QGeoShape &other);
62 ~QGeoPolygon();
64 QGeoPolygon &operator=(const QGeoPolygon &other);
67 bool operator==(const QGeoPolygon &other) const;
70 bool operator!=(const QGeoPolygon &other) const;
82 Q_INVOKABLE QGeoPolygon translated(double degreesLatitude, double degreesLongitude) const;
104 Q_DECLARE_TYPEINFO(QGeoPolygon, Q_MOVABLE_TYPE);
108 Q_DECLARE_METATYPE(QGeoPolygon)