Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setActiveView
Method
setActiveView
kdevplatform/sublime/mainwindowoperator.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void MainWindowOperator::setActiveView(MainWindow *w, View *view)
24
{
25
w->activateView(view);
26
}
27
28
void MainWindowOperator::setActiveToolView(MainWindow *w, View *view)
29
{
Callers
nothing calls this directly
Calls
1
activateView
Method · 0.45
Tested by
no test coverage detected