16#ifndef QGSSOURCESELECTPROVIDERREGISTRY_H
17#define QGSSOURCESELECTPROVIDERREGISTRY_H
52 QList< QgsSourceSelectProvider *> providers();
74 QList<QgsSourceSelectProvider *> providersByKey(
const QString &providerKey );
112 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
QgsSourceSelectProviderRegistry(const QgsSourceSelectProviderRegistry &rh)=delete
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.