57 QString configGroupName()
const;
62 void registerGenericPlugins(QObject*
const parent);
67 void registerEditorPlugins(QObject*
const parent);
72 void registerRawImportPlugins(QObject*
const parent);
87 QList<DPlugin*> allPlugins()
const;
105 QList<DPluginAction*> pluginActions(
const QString& pluginIID, QObject*
const parent)
const;
111 DPluginAction* pluginAction(
const QString& actionName, QObject*
const parent)
const;
123 void appendPluginToBlackList(
const QString& filename);
132 void appendPluginToWhiteList(
const QString& filename);
137 bool canImport(
const QString& format)
const;
142 bool canExport(
const QString& format)
const;
162 friend class DPluginLoaderCreator;