#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 | 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.
|
| virtual void | parseData ()=0 |
| | Parse available data source content.
|
Detailed Description
Definition at line 29 of file qgsqtlocationconnection.h.
Constructor & Destructor Documentation
| QgsQtLocationConnection::QgsQtLocationConnection |
( |
| ) |
|
| QgsQtLocationConnection::~QgsQtLocationConnection |
( |
| ) |
|
Member Function Documentation
| void QgsQtLocationConnection::broadcastConnectionAvailable |
( |
| ) |
|
|
protectedslot |
| void QgsQtLocationConnection::parseData |
( |
| ) |
|
|
protectedslot |
| void QgsQtLocationConnection::positionUpdated |
( |
const QGeoPositionInfo & |
info | ) |
|
|
protectedslot |
| 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
Definition at line 122 of file qgsqtlocationconnection.cpp.
| 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
Definition at line 102 of file qgsqtlocationconnection.cpp.
The documentation for this class was generated from the following files: