MCPcopy 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
505QList<KWin::Window *> QtScriptWorkspaceWrapper::windowList() const
506{
507 return workspace()->windows();
508}
509
510QQmlListProperty<KWin::Window> DeclarativeScriptWorkspaceWrapper::windows()
511{

Callers 7

main.jsFile · 0.80
main.jsFile · 0.80
minimizeAllWindowsFunction · 0.80
minimizeAllOthersFunction · 0.80

Calls 2

workspaceFunction · 0.85
windowsMethod · 0.45

Tested by

no test coverage detected