#include <qgsqtlocationconnection.h>
Protected Slots |
| void | broadcastConnectionAvailable () |
| | Needed to make QtLocation detected.
|
| void | parseData () |
| | Parse available data source content.
|
| void | positionUpdated (const QGeoPositionInfo &info) |
| | Called when the position updated.
|
| void | satellitesInViewUpdated (const QList< QGeoSatelliteInfo > &satellites) |
| | Called when the number of satellites in view is updated.
|
| void | satellitesInUseUpdated (const QList< QGeoSatelliteInfo > &satellites) |
| | Called when the number of satellites in use is updated.
|
| virtual void | parseData ()=0 |
| | Parse available data source content.
|
Constructor & Destructor Documentation
| QgsQtLocationConnection::QgsQtLocationConnection |
( |
| ) |
|
| QgsQtLocationConnection::~QgsQtLocationConnection |
( |
| ) |
|
Member Function Documentation
| void QgsQtLocationConnection::broadcastConnectionAvailable |
( |
| ) |
|
|
protectedslot |
Needed to make QtLocation detected.
| void QgsQtLocationConnection::parseData |
( |
| ) |
|
|
protectedslot |
Parse available data source content.
| void QgsQtLocationConnection::positionUpdated |
( |
const QGeoPositionInfo & |
info | ) |
|
|
protectedslot |
Called when the position updated.
- Note
- not available in python binding
| void QgsQtLocationConnection::satellitesInUseUpdated |
( |
const QList< QGeoSatelliteInfo > & |
satellites | ) |
|
|
protectedslot |
Called when the number of satellites in use is updated.
- Note
- not available in python bindings on android
| void QgsQtLocationConnection::satellitesInViewUpdated |
( |
const QList< QGeoSatelliteInfo > & |
satellites | ) |
|
|
protectedslot |
Called when the number of satellites in view is updated.
- Note
- not available in python bindings on android
The documentation for this class was generated from the following files: