mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			70 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			1.9 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   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
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<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
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/core/gps/qgsqtlocationconnection.h                               *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 |