Lines Matching refs:QGeoSatelliteInfo

79 QGeoSatelliteInfo::QGeoSatelliteInfo()  in QGeoSatelliteInfo()  function in QGeoSatelliteInfo
84 d->system = QGeoSatelliteInfo::Undefined; in QGeoSatelliteInfo()
91 QGeoSatelliteInfo::QGeoSatelliteInfo(const QGeoSatelliteInfo &other) in QGeoSatelliteInfo() function in QGeoSatelliteInfo
97 QGeoSatelliteInfo::QGeoSatelliteInfo(QGeoSatelliteInfoPrivate &dd) : d(&dd) in QGeoSatelliteInfo() function in QGeoSatelliteInfo
104 QGeoSatelliteInfo::~QGeoSatelliteInfo() in ~QGeoSatelliteInfo()
112 QGeoSatelliteInfo &QGeoSatelliteInfo::operator=(const QGeoSatelliteInfo & other) in operator =()
127 bool QGeoSatelliteInfo::operator==(const QGeoSatelliteInfo &other) const in operator ==()
143 void QGeoSatelliteInfo::setSatelliteSystem(SatelliteSystem system) in setSatelliteSystem()
151 QGeoSatelliteInfo::SatelliteSystem QGeoSatelliteInfo::satelliteSystem() const in satelliteSystem()
163 void QGeoSatelliteInfo::setSatelliteIdentifier(int satId) in setSatelliteIdentifier()
175 int QGeoSatelliteInfo::satelliteIdentifier() const in satelliteIdentifier()
183 void QGeoSatelliteInfo::setSignalStrength(int signalStrength) in setSignalStrength()
191 int QGeoSatelliteInfo::signalStrength() const in signalStrength()
199 void QGeoSatelliteInfo::setAttribute(Attribute attribute, qreal value) in setAttribute()
211 qreal QGeoSatelliteInfo::attribute(Attribute attribute) const in attribute()
221 void QGeoSatelliteInfo::removeAttribute(Attribute attribute) in removeAttribute()
229 bool QGeoSatelliteInfo::hasAttribute(Attribute attribute) const in hasAttribute()
235 QDebug operator<<(QDebug dbg, const QGeoSatelliteInfo &info) in operator <<()
247 case QGeoSatelliteInfo::Elevation: in operator <<()
250 case QGeoSatelliteInfo::Azimuth: in operator <<()
272 QDataStream &operator<<(QDataStream &stream, const QGeoSatelliteInfo &info) in operator <<()
293 QDataStream &operator>>(QDataStream &stream, QGeoSatelliteInfo &info) in operator >>()
300 info.d->system = (QGeoSatelliteInfo::SatelliteSystem)system; in operator >>()
332 QGeoSatelliteInfoPrivate *QGeoSatelliteInfoPrivate::get(const QGeoSatelliteInfo &info) in get()