MCPcopy 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
226View *MainWindow::activeToolView() const
227{
228 Q_D(const MainWindow);
229
230 return d->activeToolView;
231}
232
233void MainWindow::activateView(Sublime::View* view, bool focus)
234{

Callers 1

viewActivationMethod · 0.80

Calls

no outgoing calls

Tested by 1

viewActivationMethod · 0.64