16#ifndef QGSSOURCESELECTPROVIDERREGISTRY_H 
   17#define QGSSOURCESELECTPROVIDERREGISTRY_H 
   55    QList< QgsSourceSelectProvider *> providers();
 
   77    QList<QgsSourceSelectProvider *> providersByKey( 
const QString &providerKey );
 
  115    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 & operator=(const QgsSourceSelectProviderRegistry &rh)=delete
QgsDataItemProviderRegistry cannot be copied.
 
QgsSourceSelectProviderRegistry(const QgsSourceSelectProviderRegistry &rh)=delete
QgsDataItemProviderRegistry cannot be copied.
 
QgsSourceSelectProviderRegistry()
 
void providerRemoved(const QString &name)
Emitted whenever a provider is removed from the registry.
 
void providerAdded(const QString &name)
Emitted whenever a provider is added to the registry.
 
This is the interface for those who want to add entries to the QgsDataSourceManagerDialog.