17 #ifndef QGSCONNECTIONSITEM_H 
   18 #define QGSCONNECTIONSITEM_H 
   21 #include "qgis_core.h" 
   50     SIP_PYOBJECT __repr__();
 
   52     QString 
str = QStringLiteral( 
"<QgsConnectionsRootItem: \"%1\" %2>" ).arg( sipCpp->name(), sipCpp->path() );
 
   53     sipRes = PyUnicode_FromString( 
str.toUtf8().constData() );
 
A Collection that represents a root group of connections from a single data provider.
~QgsConnectionsRootItem() override=default
A Collection: logical collection of layers or subcollections, e.g.
Base class for all items in the model.