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

Method windows

src/scripting/workspace_wrapper.cpp:510–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510QQmlListProperty<KWin::Window> DeclarativeScriptWorkspaceWrapper::windows()
511{
512 return QQmlListProperty<KWin::Window>(this, nullptr, &DeclarativeScriptWorkspaceWrapper::countWindowList, &DeclarativeScriptWorkspaceWrapper::atWindowList);
513}
514
515qsizetype DeclarativeScriptWorkspaceWrapper::countWindowList(QQmlListProperty<KWin::Window> *windows)
516{

Callers 5

windowListMethod · 0.45
countWindowListMethod · 0.45
atWindowListMethod · 0.45
WindowModelMethod · 0.45
updateWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected