![]() |
Qt 6.x
The Qt SDK
|
#include <qgeosatelliteinfo_p.h>
Inheritance diagram for QGeoSatelliteInfoPrivate:
Collaboration diagram for QGeoSatelliteInfoPrivate:Public Member Functions | |
| QGeoSatelliteInfoPrivate () | |
| QGeoSatelliteInfoPrivate (const QGeoSatelliteInfoPrivate &other) | |
| virtual | ~QGeoSatelliteInfoPrivate () |
| bool | operator== (const QGeoSatelliteInfoPrivate &other) const |
Public Member Functions inherited from QSharedData | |
| QSharedData () noexcept | |
| Constructs a QSharedData object with a reference count of 0. | |
| QSharedData (const QSharedData &) noexcept | |
| Constructs a QSharedData object with reference count 0. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Static Public Member Functions | |
| static QGeoSatelliteInfoPrivate * | get (const QGeoSatelliteInfo &info) |
Public Attributes | |
| int | signal |
| int | satId |
| QGeoSatelliteInfo::SatelliteSystem | system |
| QHash< int, qreal > | doubleAttribs |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 24 of file qgeosatelliteinfo_p.h.
| QGeoSatelliteInfoPrivate::QGeoSatelliteInfoPrivate | ( | ) |
Definition at line 351 of file qgeosatelliteinfo.cpp.
| QGeoSatelliteInfoPrivate::QGeoSatelliteInfoPrivate | ( | const QGeoSatelliteInfoPrivate & | other | ) |
Definition at line 356 of file qgeosatelliteinfo.cpp.
References doubleAttribs, other(), satId, signal, and system.
Here is the call graph for this function:
|
virtual |
Definition at line 365 of file qgeosatelliteinfo.cpp.
|
static |
Definition at line 375 of file qgeosatelliteinfo.cpp.
References info.
Referenced by QNmeaSatelliteInfoSourcePrivate::processNmeaData().
Here is the caller graph for this function:| bool QGeoSatelliteInfoPrivate::operator== | ( | const QGeoSatelliteInfoPrivate & | other | ) | const |
Definition at line 367 of file qgeosatelliteinfo.cpp.
References doubleAttribs, other(), satId, signal, and system.
Here is the call graph for this function:Definition at line 36 of file qgeosatelliteinfo_p.h.
Referenced by QGeoSatelliteInfoPrivate(), QGeoSatelliteInfo::attribute(), QGeoSatelliteInfo::hasAttribute(), operator==(), QGeoSatelliteInfo::removeAttribute(), and QGeoSatelliteInfo::setAttribute().
| int QGeoSatelliteInfoPrivate::satId |
Definition at line 34 of file qgeosatelliteinfo_p.h.
Referenced by QGeoSatelliteInfoPrivate(), operator==(), QGeoSatelliteInfo::satelliteIdentifier(), and QGeoSatelliteInfo::setSatelliteIdentifier().
| int QGeoSatelliteInfoPrivate::signal |
Definition at line 33 of file qgeosatelliteinfo_p.h.
Referenced by QGeoSatelliteInfoPrivate(), operator==(), QGeoSatelliteInfo::setSignalStrength(), and QGeoSatelliteInfo::signalStrength().
| QGeoSatelliteInfo::SatelliteSystem QGeoSatelliteInfoPrivate::system |
Definition at line 35 of file qgeosatelliteinfo_p.h.
Referenced by QGeoSatelliteInfoPrivate(), operator==(), QGeoSatelliteInfo::satelliteSystem(), and QGeoSatelliteInfo::setSatelliteSystem().