Home
last modified time | relevance | path

Searched refs:QGeoSatelliteInfoSourcePrivate (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeosatelliteinfosource.cpp92 QGeoSatelliteInfoSourcePrivate::~QGeoSatelliteInfoSourcePrivate() in ~QGeoSatelliteInfoSourcePrivate()
97 QGeoSatelliteInfoSourcePrivate *QGeoSatelliteInfoSourcePrivate::get(QGeoSatelliteInfoSource &source) in get()
104 d(new QGeoSatelliteInfoSourcePrivate) in QGeoSatelliteInfoSource()
109 QGeoSatelliteInfoSource::QGeoSatelliteInfoSource(QGeoSatelliteInfoSourcePrivate &dd, QObject *paren… in QGeoSatelliteInfoSource()
179QGeoSatelliteInfoSourcePrivate::get(*s)->providerName = d.metaData.value(QStringLiteral("Provider"… in createSource_real()
H A Dqgeosatelliteinfosource.h49 class QGeoSatelliteInfoSourcePrivate; variable
94 explicit QGeoSatelliteInfoSource(QGeoSatelliteInfoSourcePrivate &dd, QObject *parent);
98 QGeoSatelliteInfoSourcePrivate *d;
99 friend class QGeoSatelliteInfoSourcePrivate;
H A Dqgeosatelliteinfosource_p.h59 class Q_POSITIONING_PRIVATE_EXPORT QGeoSatelliteInfoSourcePrivate
62 virtual ~QGeoSatelliteInfoSourcePrivate();
63 static QGeoSatelliteInfoSourcePrivate *get(QGeoSatelliteInfoSource &source);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/
H A Dqnmeasatelliteinfosource.cpp91 class QNmeaSatelliteInfoSourcePrivate : public QObject, public QGeoSatelliteInfoSourcePrivate
489 d = static_cast<QNmeaSatelliteInfoSourcePrivate *>(QGeoSatelliteInfoSourcePrivate::get(*this)); in QNmeaSatelliteInfoSource()