Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kwin
/ windowList
Method
windowList
src/scripting/workspace_wrapper.cpp:505–508 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
503
}
504
505
QList<KWin::Window *> QtScriptWorkspaceWrapper::windowList() const
506
{
507
return workspace()->windows();
508
}
509
510
QQmlListProperty<KWin::Window> DeclarativeScriptWorkspaceWrapper::windows()
511
{
Callers
7
main.js
File · 0.80
main.js
File · 0.80
minimizeWindowsRestoreFocus
Function · 0.80
minimizeAllWindows
Function · 0.80
minimizeAllWindowsActiveScreen
Function · 0.80
minimizeAllOthers
Function · 0.80
minimizeAllOthersActiveScreen
Function · 0.80
Calls
2
workspace
Function · 0.85
windows
Method · 0.45
Tested by
no test coverage detected