Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
653
QObject *MainWindow::pluginView(const QString &id) const
654
{
655
return m_pluginViews.value(id);
656
}
657
658
QWidget *MainWindow::createViewBar(KTextEditor::View *view)
659
{
Callers
1
testPlugin
Method · 0.80
Calls
1
value
Method · 0.45
Tested by
1
testPlugin
Method · 0.64