18 #ifndef QGSGPSCONNECTIONREGISTRY_H 
   19 #define QGSGPSCONNECTIONREGISTRY_H 
   24 #include "qgis_core.h" 
   56     QList< QgsGpsConnection *> connectionList() 
const;
 
   63     QSet<QgsGpsConnection *> mConnections;
 
A class to register / unregister existing GPS connections such that the information is available to a...
QgsGpsConnectionRegistry()=default
Constructor for QgsGpsConnectionRegistry.
QgsGpsConnectionRegistry & operator=(const QgsGpsConnectionRegistry &rh)=delete
QgsGpsConnectionRegistry cannot be copied.
QgsGpsConnectionRegistry(const QgsGpsConnectionRegistry &rh)=delete
QgsGpsConnectionRegistry cannot be copied.
Abstract base class for connection 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