![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgeosatelliteinfo_p.h>
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< QGeoSatelliteInfo::Attribute, qreal > | doubleAttribs |
Public Attributes inherited from QSharedData | |
QAtomicInt | ref |
Definition at line 24 of file qgeosatelliteinfo_p.h.
QGeoSatelliteInfoPrivate::QGeoSatelliteInfoPrivate | ( | ) |
Definition at line 373 of file qgeosatelliteinfo.cpp.
QGeoSatelliteInfoPrivate::QGeoSatelliteInfoPrivate | ( | const QGeoSatelliteInfoPrivate & | other | ) |
Definition at line 378 of file qgeosatelliteinfo.cpp.
|
virtual |
Definition at line 387 of file qgeosatelliteinfo.cpp.
|
static |
Definition at line 397 of file qgeosatelliteinfo.cpp.
bool QGeoSatelliteInfoPrivate::operator== | ( | const QGeoSatelliteInfoPrivate & | other | ) | const |
Definition at line 389 of file qgeosatelliteinfo.cpp.
QHash<QGeoSatelliteInfo::Attribute, qreal> QGeoSatelliteInfoPrivate::doubleAttribs |
Definition at line 36 of file qgeosatelliteinfo_p.h.
int QGeoSatelliteInfoPrivate::satId |
Definition at line 34 of file qgeosatelliteinfo_p.h.
int QGeoSatelliteInfoPrivate::signal |
Definition at line 33 of file qgeosatelliteinfo_p.h.
QGeoSatelliteInfo::SatelliteSystem QGeoSatelliteInfoPrivate::system |
Definition at line 35 of file qgeosatelliteinfo_p.h.