Lines Matching refs:QGeoCircle
50 class Q_POSITIONING_EXPORT QGeoCircle : public QGeoShape
57 QGeoCircle();
58 QGeoCircle(const QGeoCoordinate ¢er, qreal radius = -1.0);
59 QGeoCircle(const QGeoCircle &other);
60 QGeoCircle(const QGeoShape &other);
62 ~QGeoCircle();
64 QGeoCircle &operator=(const QGeoCircle &other);
67 bool operator==(const QGeoCircle &other) const;
70 bool operator!=(const QGeoCircle &other) const;
79 Q_INVOKABLE QGeoCircle translated(double degreesLatitude, double degreesLongitude) const;
89 Q_DECLARE_TYPEINFO(QGeoCircle, Q_MOVABLE_TYPE);
93 Q_DECLARE_METATYPE(QGeoCircle)