Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kwin
/ isOnCurrentActivity
Method
isOnCurrentActivity
src/effect/effectwindow.cpp:167–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
bool EffectWindow::isOnCurrentActivity() const
168
{
169
return isOnActivity(effects->currentActivity());
170
}
171
172
bool EffectWindow::isOnCurrentDesktop() const
173
{
Callers
7
computeVisibility
Method · 0.45
checkActivity
Method · 0.45
CDEWalkThroughWindows
Method · 0.45
windowAt
Method · 0.45
slideIn
Method · 0.45
slideOut
Method · 0.45
windowRaised
Method · 0.45
Calls
1
currentActivity
Method · 0.45
Tested by
no test coverage detected