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

Method isEnabled

kdevplatform/shell/plugincontroller.cpp:291–294  ·  view source on GitHub ↗

* Decide whether a plugin is enabled */

Source from the content-addressed store, hash-verified

289 * Decide whether a plugin is enabled
290 */
291 bool isEnabled(const KPluginMetaData& info) const
292 {
293 return (enabledState(info) >= FirstEnabledState);
294 }
295
296 void initKTextEditorIntegration()
297 {

Callers 7

contextMenuExtensionMethod · 0.45
reevaluateCorrectionMethod · 0.45
updateButtonForWidgetFunction · 0.45
tryBrowseForwardMethod · 0.45
tryBrowseBackMethod · 0.45
updateViewMethod · 0.45

Calls 1

enabledStateFunction · 0.85

Tested by

no test coverage detected