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

Method screenAt

src/effect/effecthandler.cpp:1510–1513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1508}
1509
1510LogicalOutput *EffectsHandler::screenAt(const QPoint &point) const
1511{
1512 return Workspace::self()->outputAt(point);
1513}
1514
1515LogicalOutput *EffectsHandler::findScreen(const QString &name) const
1516{

Callers 5

CaptureInteractiveMethod · 0.45
startMethod · 0.45
pickMethod · 0.45
prePaintScreenMethod · 0.45
screenExistsAtMethod · 0.45

Calls 2

selfFunction · 0.85
outputAtMethod · 0.80

Tested by

no test coverage detected