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

Method mainWindows

kdevplatform/shell/ktexteditorpluginintegration.cpp:370–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370QList<KTextEditor::MainWindow *> Application::mainWindows() const
371{
372 return {activeMainWindow()};
373}
374
375bool Application::closeDocument(KTextEditor::Document *document) const
376{

Callers 10

openProjectMethod · 0.80
addPluginMethod · 0.80
configureShortcutsMethod · 0.80
newSessionMethod · 0.80
applyMethod · 0.80
testApplicationMethod · 0.80
loadToAreaMethod · 0.80
KastenToolViewWidgetMethod · 0.80

Calls 1

activeMainWindowFunction · 0.85

Tested by 1

testApplicationMethod · 0.64