MCPcopy Create free account
hub / github.com/KDE/kdevelop / activeView

Method activeView

kdevplatform/shell/ktexteditorpluginintegration.cpp:571–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571KTextEditor::View *MainWindow::activeView() const
572{
573 return toKteView(m_mainWindow->activeView());
574}
575
576KTextEditor::View* MainWindow::activateView(KTextEditor::Document* document)
577{

Callers 15

gotoPrevNextWindowFunction · 0.45
splitMethod · 0.45
gotoPrevNextSplitFunction · 0.45
openDocumentInternalMethod · 0.45
fileCloseMethod · 0.45
activeDocumentMethod · 0.45
openDocumentsSimpleMethod · 0.45
updateCaptionMethod · 0.45
isActiveMethod · 0.45

Calls 1

toKteViewFunction · 0.85

Tested by 7

testActivationMethod · 0.36
testDisableBuddiesMethod · 0.36
testDisableAllMethod · 0.36
testsplitViewBuddiesMethod · 0.36
restoreSplitsMethod · 0.36