Lines Matching refs:QGeoSatelliteInfo
50 class Q_POSITIONING_EXPORT QGeoSatelliteInfo
64 QGeoSatelliteInfo();
65 QGeoSatelliteInfo(const QGeoSatelliteInfo &other);
66 QGeoSatelliteInfo(QGeoSatelliteInfoPrivate &dd);
67 ~QGeoSatelliteInfo();
69 QGeoSatelliteInfo &operator=(const QGeoSatelliteInfo &other);
71 bool operator==(const QGeoSatelliteInfo &other) const;
72 inline bool operator!=(const QGeoSatelliteInfo &other) const {
93 friend Q_POSITIONING_EXPORT QDebug operator<<(QDebug dbg, const QGeoSatelliteInfo &info);
96 …d Q_POSITIONING_EXPORT QDataStream &operator<<(QDataStream &stream, const QGeoSatelliteInfo &info);
97 … friend Q_POSITIONING_EXPORT QDataStream &operator>>(QDataStream &stream, QGeoSatelliteInfo &info);
104 Q_POSITIONING_EXPORT QDebug operator<<(QDebug dbg, const QGeoSatelliteInfo &info);
108 Q_POSITIONING_EXPORT QDataStream &operator<<(QDataStream &stream, const QGeoSatelliteInfo &info);
109 Q_POSITIONING_EXPORT QDataStream &operator>>(QDataStream &stream, QGeoSatelliteInfo &info);