16 #ifndef QGSSOURCESELECTPROVIDERREGISTRY_H 
   17 #define QGSSOURCESELECTPROVIDERREGISTRY_H 
   54     QList< QgsSourceSelectProvider *> providers();
 
   76     QList<QgsSourceSelectProvider *> providersByKey( 
const QString &providerKey );
 
   98     QList<QgsSourceSelectProvider *> mProviders;
 
A registry / canonical manager of GUI parts of data providers.
 
WidgetMode
Different ways a source select dialog can be used.
 
This class keeps a list of source select providers that may add items to the QgsDataSourceManagerDial...
 
QgsSourceSelectProviderRegistry(const QgsSourceSelectProviderRegistry &rh)=delete
QgsDataItemProviderRegistry cannot be copied.
 
QgsSourceSelectProviderRegistry()
 
QgsSourceSelectProviderRegistry & operator=(const QgsSourceSelectProviderRegistry &rh)=delete
QgsDataItemProviderRegistry cannot be copied.
 
This is the interface for those who want to add entries to the QgsDataSourceManagerDialog.