QgsQtLocationConnection class

Base classes

class QgsGpsConnection
Abstract base class for connection to a GPS device.

Protected slots

void broadcastConnectionAvailable()
Needed to make QtLocation detected.
void parseData() override
Parse available data source content.
void positionUpdated(const QGeoPositionInfo& info)
Called when the position updated.
void satellitesInUseUpdated(const QList<QGeoSatelliteInfo>& satellites)
Called when the number of satellites in use is updated.
void satellitesInViewUpdated(const QList<QGeoSatelliteInfo>& satellites)
Called when the number of satellites in view is updated.

Function documentation

void QgsQtLocationConnection::positionUpdated(const QGeoPositionInfo& info) protected slot

Called when the position updated.

void QgsQtLocationConnection::satellitesInUseUpdated(const QList<QGeoSatelliteInfo>& satellites) protected slot

Called when the number of satellites in use is updated.

void QgsQtLocationConnection::satellitesInViewUpdated(const QList<QGeoSatelliteInfo>& satellites) protected slot

Called when the number of satellites in view is updated.