QGIS/python/core/auto_generated/gps/qgsqtlocationconnection.sip.in
Nyall Dawson 7dfef3a0b1 Newer doxygen versions don't auto convert the first line in a class'
documentation to a brief note, so we have to do it explicitly...
2021-02-19 08:15:29 +10:00

80 lines
2.0 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/gps/qgsqtlocationconnection.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
%Feature MOBILITY_LOCATION
%If (MOBILITY_LOCATION)
class QgsQtLocationConnection: QgsGpsConnection
{
%Docstring
A GPS connection subclass based on the Qt Location libraries.
.. note::
may not be available in Python bindings on all platforms
%End
%TypeHeaderCode
#include "qgsqtlocationconnection.h"
%End
public:
QgsQtLocationConnection();
protected slots:
void broadcastConnectionAvailable();
%Docstring
Needed to make QtLocation detected
%End
virtual void parseData();
%Docstring
Parse available data source content
%End
%If (!ANDROID)
void satellitesInViewUpdated( const QList<QGeoSatelliteInfo> &satellites );
%Docstring
Called when the number of satellites in view is updated.
.. note::
not available in Python bindings on android
%End
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
%End
};
%End // MOBILITY_LOCATION
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/gps/qgsqtlocationconnection.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/