Subgroup: G

Class: QgsGPSConnectionRegistry

class qgis.core.QgsGPSConnectionRegistry

Bases: sip.wrapper

A class to register / unregister existing GPS connections such that the information is available to all classes and plugins.

QgsGPSConnectionRegistry is not usually directly created, but rather accessed through QgsApplication.gpsConnectionRegistry()

Methods

connectionList
registerConnection Inserts a connection into the registry.
unregisterConnection Unregisters connection.

Attributes

connectionList(self) → object
registerConnection(self, c: QgsGPSConnection)

Inserts a connection into the registry. The connection is owned by the registry class until it is unregistered again

unregisterConnection(self, c: QgsGPSConnection)

Unregisters connection. The registry does no longer own the connection