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