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