Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
370
QList<KTextEditor::MainWindow *> Application::mainWindows() const
371
{
372
return {activeMainWindow()};
373
}
374
375
bool Application::closeDocument(KTextEditor::Document *document) const
376
{
Callers
10
openProject
Method · 0.80
addPlugin
Method · 0.80
documentsExclusivelyInWindow
Method · 0.80
configureShortcuts
Method · 0.80
newSession
Method · 0.80
apply
Method · 0.80
testApplication
Method · 0.80
DisableMainWindowUpdatesFromArea
Method · 0.80
loadToArea
Method · 0.80
KastenToolViewWidget
Method · 0.80
Calls
1
activeMainWindow
Function · 0.85
Tested by
1
testApplication
Method · 0.64