2017-05-23 14:34:35 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/gps/qgsqtlocationconnection.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-06-08 08:03:09 +02:00
|
|
|
%Feature MOBILITY_LOCATION
|
|
|
|
%If (MOBILITY_LOCATION)
|
2012-09-24 18:16:27 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
class QgsQtLocationConnection: QgsGPSConnection
|
|
|
|
{
|
2017-05-23 14:34:35 +02:00
|
|
|
%Docstring
|
|
|
|
.. note::
|
|
|
|
|
|
|
|
may not be available in Python bindings on all platforms
|
|
|
|
%End
|
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
%TypeHeaderCode
|
2017-05-23 14:34:35 +02:00
|
|
|
#include "qgsqtlocationconnection.h"
|
2012-09-24 02:28:15 +02:00
|
|
|
%End
|
|
|
|
public:
|
|
|
|
QgsQtLocationConnection();
|
|
|
|
~QgsQtLocationConnection();
|
|
|
|
|
|
|
|
protected slots:
|
2014-10-20 22:50:15 +02:00
|
|
|
void broadcastConnectionAvailable();
|
2017-05-23 14:34:35 +02:00
|
|
|
%Docstring
|
|
|
|
Needed to make QtLocation detected
|
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
void parseData();
|
2017-05-23 14:34:35 +02:00
|
|
|
%Docstring
|
|
|
|
Parse available data source content
|
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
|
2017-06-08 08:03:09 +02:00
|
|
|
|
|
|
|
%If (!ANDROID)
|
|
|
|
|
|
|
|
void satellitesInViewUpdated( const QList<QGeoSatelliteInfo> &satellites );
|
2017-05-23 14:34:35 +02:00
|
|
|
%Docstring
|
2017-06-08 08:03:09 +02:00
|
|
|
Called when the number of satellites in view is updated.
|
2017-05-23 14:34:35 +02:00
|
|
|
.. note::
|
|
|
|
|
2017-06-08 08:03:09 +02:00
|
|
|
not available in Python bindings on android
|
2013-05-19 00:38:55 +02:00
|
|
|
%End
|
2017-05-23 14:34:35 +02:00
|
|
|
|
2017-06-08 08:03:09 +02:00
|
|
|
void satellitesInUseUpdated( const QList<QGeoSatelliteInfo> &satellites );
|
|
|
|
%Docstring
|
|
|
|
Called when the number of satellites in use is updated.
|
|
|
|
.. note::
|
|
|
|
|
|
|
|
not available in Python bindings on android
|
|
|
|
%End
|
2017-05-23 14:34:35 +02:00
|
|
|
|
2017-06-08 08:03:09 +02:00
|
|
|
%End
|
2017-05-23 14:34:35 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
};
|
2017-05-23 14:34:35 +02:00
|
|
|
|
2017-06-08 08:03:09 +02:00
|
|
|
%End // MOBILITY_LOCATION
|
|
|
|
|
2017-05-23 14:34:35 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/gps/qgsqtlocationconnection.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|