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

Method activeWindow

src/effect/effecthandler.cpp:789–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787}
788
789EffectWindow *EffectsHandler::activeWindow() const
790{
791 return Workspace::self()->activeWindow() ? Workspace::self()->activeWindow()->effectWindow() : nullptr;
792}
793
794void EffectsHandler::moveWindow(EffectWindow *w, const QPoint &pos, bool snap, double snapAdjust)
795{

Callers 15

activeClientMethod · 0.45
resetMethod · 0.45
scheduleRepaintMethod · 0.45
CaptureActiveWindowMethod · 0.45
reconfigureMethod · 0.45
updateActiveWindowMethod · 0.45
SystemBellEffectMethod · 0.45
triggerWindowMethod · 0.45

Calls 2

selfFunction · 0.85
effectWindowMethod · 0.45

Tested by

no test coverage detected