mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-26 00:04:03 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
| # The following has been generated automatically from src/core/gps/qgsgpsconnection.h
 | |
| QgsGpsConnection.NotConnected = QgsGpsConnection.Status.NotConnected
 | |
| QgsGpsConnection.Connected = QgsGpsConnection.Status.Connected
 | |
| QgsGpsConnection.DataReceived = QgsGpsConnection.Status.DataReceived
 | |
| QgsGpsConnection.GPSDataReceived = QgsGpsConnection.Status.GPSDataReceived
 | |
| try:
 | |
|     QgsGpsConnection.__attribute_docs__ = {'stateChanged': 'Emitted whenever the GPS state is changed.\n', 'nmeaSentenceReceived': 'Emitted whenever the GPS device receives a raw NMEA sentence.\n', 'fixStatusChanged': 'Emitted when the GPS device fix status is changed.\n\n.. versionadded:: 3.30\n', 'positionChanged': 'Emitted when the GPS position changes.\n\nThis signal is only emitted when the new GPS location is considered valid (see :py:func:`QgsGpsInformation.isValid()`).\n\n.. versionadded:: 3.30\n'}
 | |
|     QgsGpsConnection.__signal_arguments__ = {'stateChanged': ['info: QgsGpsInformation'], 'nmeaSentenceReceived': ['substring: str'], 'fixStatusChanged': ['status: Qgis.GpsFixStatus'], 'positionChanged': ['point: QgsPoint']}
 | |
|     QgsGpsConnection.__group__ = ['gps']
 | |
| except NameError:
 | |
|     pass
 |