MCPcopy Create free account
hub / github.com/KDE/kdevelop / loadedPlugins

Method loadedPlugins

kdevplatform/shell/plugincontroller.cpp:490–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490QList<IPlugin *> PluginController::loadedPlugins() const
491{
492 Q_D(const PluginController);
493
494 return d->loadedPlugins.values();
495}
496
497bool PluginController::unloadPlugin( const QString & pluginId )
498{

Callers 5

findPluginsForProjectMethod · 0.45
initializeMethod · 0.45
PluginsModelMethod · 0.45
showSettingsDialogMethod · 0.45
ProjectFilterManagerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected