16 #ifndef QGSDATAITEMPROVIDERREGISTRY_H 17 #define QGSDATAITEMPROVIDERREGISTRY_H 22 #include "qgis_core.h" 52 QList<QgsDataItemProvider *>
providers()
const {
return mProviders; }
72 QList<QgsDataItemProvider *> mProviders;
76 #endif // QGSDATAITEMPROVIDERREGISTRY_H This class keeps a list of data item providers that may add items to the browser tree.
QList< QgsDataItemProvider * > providers() const
Returns the list of available providers.
This is the interface for those who want to add custom data items to the browser tree.