23   qDeleteAll( mConnections );
    28   mConnections.insert( c );
    33   mConnections.remove( c );
    38   return mConnections.toList();
 QList< QgsGpsConnection * > connectionList() const
 
~QgsGpsConnectionRegistry()
 
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
 
void unregisterConnection(QgsGpsConnection *c)
Unregisters connection. The registry does no longer own the connection. 
 
void registerConnection(QgsGpsConnection *c)
Inserts a connection into the registry. The connection is owned by the registry class until it is unr...
 
Abstract base class for connection to a GPS device.