16#ifndef QGSDATAITEMGUIPROVIDERREGISTRY_H 
   17#define QGSDATAITEMGUIPROVIDERREGISTRY_H 
   49    QList<QgsDataItemGuiProvider *> 
providers()
 const { 
return mProviders; }
 
   76    QList<QgsDataItemGuiProvider *> mProviders;
 
 
A registry for data item GUI providers that may affect how QgsDataItems behave within the application...
 
QgsDataItemGuiProviderRegistry(const QgsDataItemGuiProviderRegistry &rh)=delete
 
QList< QgsDataItemGuiProvider * > providers() const
Returns the list of available providers.
 
QgsDataItemGuiProviderRegistry()
 
QgsDataItemGuiProviderRegistry & operator=(const QgsDataItemGuiProviderRegistry &rh)=delete
 
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.