MCPcopy Create free account
hub / github.com/KDE/kwin / countWindowList

Method countWindowList

src/scripting/workspace_wrapper.cpp:515–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515qsizetype DeclarativeScriptWorkspaceWrapper::countWindowList(QQmlListProperty<KWin::Window> *windows)
516{
517 return workspace()->windows().size();
518}
519
520KWin::Window *DeclarativeScriptWorkspaceWrapper::atWindowList(QQmlListProperty<KWin::Window> *windows, qsizetype index)
521{

Callers

nothing calls this directly

Calls 3

workspaceFunction · 0.85
sizeMethod · 0.45
windowsMethod · 0.45

Tested by

no test coverage detected