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

Method pluginInfo

kdevplatform/shell/plugincontroller.cpp:391–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391KPluginMetaData PluginController::pluginInfo( const IPlugin* plugin ) const
392{
393 Q_D(const PluginController);
394
395 return d->loadedPlugins.key(const_cast<IPlugin*>(plugin));
396}
397
398void PluginController::cleanup()
399{

Callers 13

addLanguageSupportMethod · 0.45
languageMethod · 0.45
configPageMethod · 0.45
pluginIdMethod · 0.45
ProjectSourcePageMethod · 0.45
findPluginsForProjectMethod · 0.45
pluginInfoFunction · 0.45
addProjectMethod · 0.45
createMenuMethod · 0.45
addProjectMethod · 0.45

Calls 1

keyMethod · 0.45

Tested by

no test coverage detected