Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kwin
/ isActiveFullScreenEffect
Method
isActiveFullScreenEffect
src/scripting/scriptedeffect.cpp:325–328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
323
}
324
325
bool ScriptedEffect::isActiveFullScreenEffect() const
326
{
327
return effects->activeFullScreenEffect() == this;
328
}
329
330
QList<int> ScriptedEffect::touchEdgesForAction(const QString &action) const
331
{
Callers
1
testFullScreenEffect
Method · 0.80
Calls
1
activeFullScreenEffect
Method · 0.80
Tested by
1
testFullScreenEffect
Method · 0.64