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