/************************************************************************ * This file has been generated automatically from * * * * src/core/gps/qgsqtlocationconnection.h * * * * Do not edit manually ! Edit header and run scripts/sipify.pl again * ************************************************************************/ class QgsQtLocationConnection: QgsGpsConnection { %Docstring(signature="appended") 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 void satellitesInViewUpdated( const QList &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 &satellites ); %Docstring Called when the number of satellites in use is updated. .. note:: not available in Python bindings on android %End }; /************************************************************************ * This file has been generated automatically from * * * * src/core/gps/qgsqtlocationconnection.h * * * * Do not edit manually ! Edit header and run scripts/sipify.pl again * ************************************************************************/