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

Method plugin

kdevplatform/shell/plugincontroller.cpp:664–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662
663
664IPlugin* PluginController::plugin(const QString& pluginId) const
665{
666 Q_D(const PluginController);
667
668 KPluginMetaData info = infoForPluginId( pluginId );
669 if ( !info.isValid() )
670 return nullptr;
671
672 return d->loadedPlugins.value( info );
673}
674
675QStringList PluginController::unresolvedDependencies(const KPluginMetaData& info) const
676{

Callers 5

removePagesForPluginMethod · 0.45
loadUnloadPluginMethod · 0.45
testPluginMethod · 0.45
testPluginUnloadMethod · 0.45
loadPluginMethod · 0.45

Calls 2

isValidMethod · 0.45
valueMethod · 0.45

Tested by 4

loadUnloadPluginMethod · 0.36
testPluginMethod · 0.36
testPluginUnloadMethod · 0.36
loadPluginMethod · 0.36