MCPcopy 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
23void MainWindowOperator::setActiveView(MainWindow *w, View *view)
24{
25 w->activateView(view);
26}
27
28void MainWindowOperator::setActiveToolView(MainWindow *w, View *view)
29{

Callers

nothing calls this directly

Calls 1

activateViewMethod · 0.45

Tested by

no test coverage detected