Home
last modified time | relevance | path

Searched refs:QGeoSatelliteInfoSourceGypsy (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/gypsy/
H A Dqgeosatelliteinfosource_gypsy.cpp60 ((QGeoSatelliteInfoSourceGypsy *)userdata)->satellitesChanged(satellite, satellites); in satellites_changed()
143 QGeoSatelliteInfoSourceGypsy::QGeoSatelliteInfoSourceGypsy(QObject *parent) : QGeoSatelliteInfoSour… in QGeoSatelliteInfoSourceGypsy() function in QGeoSatelliteInfoSourceGypsy
150 void QGeoSatelliteInfoSourceGypsy::createEngine() in createEngine()
156 QGeoSatelliteInfoSourceGypsy::~QGeoSatelliteInfoSourceGypsy() in ~QGeoSatelliteInfoSourceGypsy()
170 void QGeoSatelliteInfoSourceGypsy::satellitesChanged(GypsySatellite *satellite, in satellitesChanged()
214 int QGeoSatelliteInfoSourceGypsy::init() in init()
284 int QGeoSatelliteInfoSourceGypsy::minimumUpdateInterval() const in minimumUpdateInterval()
289 QGeoSatelliteInfoSource::Error QGeoSatelliteInfoSourceGypsy::error() const in error()
294 void QGeoSatelliteInfoSourceGypsy::startUpdates() in startUpdates()
306 void QGeoSatelliteInfoSourceGypsy::stopUpdates() in stopUpdates()
[all …]
H A Dqgeosatelliteinfosource_gypsy_p.h99 class QGeoSatelliteInfoSourceGypsy : public QGeoSatelliteInfoSource
104 explicit QGeoSatelliteInfoSourceGypsy(QObject *parent = 0);
105 ~QGeoSatelliteInfoSourceGypsy();
131 Q_DISABLE_COPY(QGeoSatelliteInfoSourceGypsy)
H A Dqgeopositioninfosourcefactory_gypsy.cpp51 QGeoSatelliteInfoSourceGypsy *src = new QGeoSatelliteInfoSourceGypsy(parent); in satelliteInfoSource()