QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
16 #ifndef QGSDATAITEMGUIPROVIDERREGISTRY_H
17 #define QGSDATAITEMGUIPROVIDERREGISTRY_H
51 QList<QgsDataItemGuiProvider *>
providers()
const {
return mProviders; }
78 QList<QgsDataItemGuiProvider *> mProviders;
82 #endif // QGSDATAITEMGUIPROVIDERREGISTRY_H
This class keeps a list of data item GUI providers that may affect how QgsDataItems behave within the...
Abstract base class for providers which affect how QgsDataItem items behave within the application GU...
QList< QgsDataItemGuiProvider * > providers() const
Returns the list of available providers.
QgsDataItemGuiProviderRegistry & operator=(const QgsDataItemGuiProviderRegistry &rh)=delete
QgsDataItemGuiProviderRegistry cannot be copied.
A registry / canonical manager of GUI parts of data providers.
QgsDataItemGuiProviderRegistry()
QgsDataItemGuiProviderRegistry(const QgsDataItemGuiProviderRegistry &rh)=delete
QgsDataItemGuiProviderRegistry cannot be copied.