Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ activeToolView
Method
activeToolView
kdevplatform/sublime/mainwindow.cpp:226–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
}
225
226
View *MainWindow::activeToolView() const
227
{
228
Q_D(const MainWindow);
229
230
return d->activeToolView;
231
}
232
233
void MainWindow::activateView(Sublime::View* view, bool focus)
234
{
Callers
1
viewActivation
Method · 0.80
Calls
no outgoing calls
Tested by
1
viewActivation
Method · 0.64