18#ifndef QGSGPSCONNECTIONREGISTRY_H
19#define QGSGPSCONNECTIONREGISTRY_H
58 QSet<QgsGpsConnection *> mConnections;
QgsGpsConnectionRegistry()=default
QList< QgsGpsConnection * > connectionList() const
void registerConnection(QgsGpsConnection *c)
Inserts a connection into the registry. The connection is owned by the registry class until it is unr...
QgsGpsConnectionRegistry & operator=(const QgsGpsConnectionRegistry &rh)=delete
void unregisterConnection(QgsGpsConnection *c)
Unregisters connection. The registry does no longer own the connection.
QgsGpsConnectionRegistry(const QgsGpsConnectionRegistry &rh)=delete
Abstract base class for connections to a GPS device.
As part of the API refactoring and improvements which landed in the Processing API was substantially reworked from the x version This was done in order to allow much of the underlying Processing framework to be ported into c