Class: QgsGpsDetector

class qgis.core.QgsGpsDetector

Bases: PyQt5.QtCore.QObject

Class to detect the GPS port

Methods

advance

availablePorts

rtype

List[Tuple[str, str]]

childEvent

connDestroyed

connectNotify

customEvent

disconnectNotify

isSignalConnected

receivers

sender

senderSignalIndex

timerEvent

Signals

detected

Emitted when the GPS connection has been detected.

detectionFailed

detectionFailed(self) [signal]

advance(self)
availablePorts() List[Tuple[str, str]]
Return type

List[Tuple[str, str]]

childEvent(self, QChildEvent)
connDestroyed(self, QObject)
connectNotify(self, QMetaMethod)
customEvent(self, QEvent)
detected

Emitted when the GPS connection has been detected. A single connection must listen for this signal and immediately take ownership of the connection object. [signal]

detectionFailed

detectionFailed(self) [signal]

disconnectNotify(self, QMetaMethod)
isSignalConnected(self, QMetaMethod) bool
receivers(self, PYQT_SIGNAL) int
sender(self) QObject
senderSignalIndex(self) int
timerEvent(self, QTimerEvent)