18#ifndef QGSGPSCONNECTIONREGISTRY_H 
   19#define QGSGPSCONNECTIONREGISTRY_H 
   51    QList< QgsGpsConnection *> connectionList() 
const;
 
   58    QSet<QgsGpsConnection *> mConnections;
 
 
Registers existing GPS connections such that the information is available to all classes and plugins.
 
QgsGpsConnectionRegistry()=default
 
QgsGpsConnectionRegistry & operator=(const QgsGpsConnectionRegistry &rh)=delete
 
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