Lines Matching refs:QGeoShape
52 class Q_POSITIONING_EXPORT QGeoShape
61 QGeoShape();
62 QGeoShape(const QGeoShape &other);
63 ~QGeoShape();
83 bool operator==(const QGeoShape &other) const;
84 bool operator!=(const QGeoShape &other) const;
86 QGeoShape &operator=(const QGeoShape &other);
90 QGeoShape(QGeoShapePrivate *d);
99 Q_DECLARE_TYPEINFO(QGeoShape, Q_MOVABLE_TYPE);
102 Q_POSITIONING_EXPORT QDebug operator<<(QDebug, const QGeoShape &);
106 Q_POSITIONING_EXPORT QDataStream &operator<<(QDataStream &stream, const QGeoShape &shape);
107 Q_POSITIONING_EXPORT QDataStream &operator>>(QDataStream &stream, QGeoShape &shape);
112 Q_DECLARE_METATYPE(QGeoShape)