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

Method pluginView

kdevplatform/shell/ktexteditorpluginintegration.cpp:653–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653QObject *MainWindow::pluginView(const QString &id) const
654{
655 return m_pluginViews.value(id);
656}
657
658QWidget *MainWindow::createViewBar(KTextEditor::View *view)
659{

Callers 1

testPluginMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by 1

testPluginMethod · 0.64