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