Home
last modified time | relevance | path

Searched refs:isEffectLoaded (Results 1 – 10 of 10) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/windowsystem/
H A Dwindoweffects.cpp49 return e->isEffectLoaded(BuiltInEffects::nameForEffect(BuiltInEffect::Contrast)); in isEffectAvailable()
51 return e->isEffectLoaded(BuiltInEffects::nameForEffect(BuiltInEffect::Blur)); in isEffectAvailable()
53 return e->isEffectLoaded(BuiltInEffects::nameForEffect(BuiltInEffect::SlidingPopups)); in isEffectAvailable()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/effects/
H A Dtranslucency_test.cpp83 QVERIFY(!e->isEffectLoaded(QStringLiteral("kwin4_effect_translucency"))); in init()
85 QVERIFY(e->isEffectLoaded(QStringLiteral("kwin4_effect_translucency"))); in init()
95 if (e->isEffectLoaded(QStringLiteral("kwin4_effect_translucency"))) { in cleanup()
98 QVERIFY(!e->isEffectLoaded(QStringLiteral("kwin4_effect_translucency"))); in cleanup()
H A Dslidingpopups_test.cpp99 QVERIFY(!e->isEffectLoaded(effect)); in cleanup()
147 QVERIFY(!e->isEffectLoaded(effectName)); in testWithOtherEffect()
149 QVERIFY(e->isEffectLoaded(effectName)); in testWithOtherEffect()
285 QVERIFY(!e->isEffectLoaded(effectName)); in testWithOtherEffectWayland()
287 QVERIFY(e->isEffectLoaded(effectName)); in testWithOtherEffectWayland()
H A Dwindowgeometry_test.cpp82 QVERIFY(e->isEffectLoaded(BuiltInEffects::nameForEffect(BuiltInEffect::WindowGeometry))); in testStartup()
H A Dwobbly_shade_test.cpp103 QVERIFY(e->isEffectLoaded(BuiltInEffects::nameForEffect(BuiltInEffect::WobblyWindows))); in testShadeMove()
H A Dscripted_effects_test.cpp125 return (static_cast<EffectsHandlerImpl*>(effects)->isEffectLoaded(name)); in load()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Ddont_crash_cancel_animation.cpp82 QVERIFY(static_cast<EffectsHandlerImpl*>(effects)->isEffectLoaded(QStringLiteral("crashy"))); in testScript()
H A Dpointer_input.cpp302 QVERIFY(static_cast<EffectsHandlerImpl*>(effects)->isEffectLoaded("presentwindows")); in testWarpingDuringFilter()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Deffects.cpp1333 if (isEffectLoaded(name)) in toggleEffect()
1415 bool EffectsHandlerImpl::isEffectLoaded(const QString& name) const in isEffectLoaded() function in KWin::EffectsHandlerImpl
1425 if (isEffectLoaded(name)) { in isEffectSupported()
H A Deffects.h280 Q_SCRIPTABLE bool isEffectLoaded(const QString& name) const;