Home
last modified time | relevance | path

Searched refs:loadEffect (Results 1 – 25 of 38) sorted by relevance

12

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Deffectloader.h117 virtual bool loadEffect(const QString &name) = 0; in Q_DECLARE_FLAGS()
253 m_effectLoader->loadEffect(pair.first, pair.second); in dequeue()
286 bool loadEffect(const QString& name) override;
287 bool loadEffect(BuiltInEffect effect, LoadEffectFlags flags);
290 bool loadEffect(const QString &name, BuiltInEffect effect, LoadEffectFlags flags);
312 bool loadEffect(const QString &name) override;
313 bool loadEffect(const KPluginMetaData &effect, LoadEffectFlags flags);
336 bool loadEffect(const QString &name) override;
337 bool loadEffect(const KPluginMetaData &info, LoadEffectFlags flags);
360 bool loadEffect(const QString &name) override;
H A Deffectloader.cpp91 bool BuiltInEffectLoader::loadEffect(const QString &name) in loadEffect() function in KWin::BuiltInEffectLoader
112 bool BuiltInEffectLoader::loadEffect(BuiltInEffect effect, LoadEffectFlags flags) in loadEffect() function in KWin::BuiltInEffectLoader
114 return loadEffect(BuiltInEffects::nameForEffect(effect), effect, flags); in loadEffect()
213 bool ScriptedEffectLoader::loadEffect(const QString &name) in loadEffect() function in KWin::ScriptedEffectLoader
219 return loadEffect(effect, LoadEffectFlag::Load); in loadEffect()
222 bool ScriptedEffectLoader::loadEffect(const KPluginMetaData &effect, LoadEffectFlags flags) in loadEffect() function in KWin::ScriptedEffectLoader
372 bool PluginEffectLoader::loadEffect(const QString &name) in loadEffect() function in KWin::PluginEffectLoader
378 return loadEffect(info, LoadEffectFlag::Load); in loadEffect()
381 bool PluginEffectLoader::loadEffect(const KPluginMetaData &info, LoadEffectFlags flags) in loadEffect() function in KWin::PluginEffectLoader
515 bool EffectLoader::loadEffect(const QString &name) in loadEffect() function in KWin::EffectLoader
[all …]
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/
H A Dtest_plugin_effectloader.cpp210 QCOMPARE(loader.loadEffect(name), expected); in testLoadEffect()
212 QVERIFY(!loader.loadEffect(name)); in testLoadEffect()
228 QCOMPARE(loader.loadEffect(name), expected); in testLoadEffect()
302 QCOMPARE(loader.loadEffect(plugins.first(), loadFlags), expected); in testLoadPluginEffect()
304 QVERIFY(!loader.loadEffect(plugins.first(), loadFlags)); in testLoadPluginEffect()
320 QCOMPARE(loader.loadEffect(plugins.first(), loadFlags), expected); in testLoadPluginEffect()
H A Dtest_scripted_effectloader.cpp235 QCOMPARE(loader.loadEffect(name), expected); in testLoadEffect()
237 QVERIFY(!loader.loadEffect(name)); in testLoadEffect()
253 QCOMPARE(loader.loadEffect(name), expected); in testLoadEffect()
315 QCOMPARE(loader.loadEffect(services.first(), loadFlags), expected); in testLoadScriptedEffect()
317 QVERIFY(!loader.loadEffect(services.first(), loadFlags)); in testLoadScriptedEffect()
333 QCOMPARE(loader.loadEffect(services.first(), loadFlags), expected); in testLoadScriptedEffect()
H A Dtest_builtin_effectloader.cpp337 QCOMPARE(loader.loadEffect(name), expected); in testLoadEffect()
339 QVERIFY(!loader.loadEffect(name)); in testLoadEffect()
354 QCOMPARE(loader.loadEffect(name), expected); in testLoadEffect()
425 QCOMPARE(loader.loadEffect(effect, loadFlags), expected); in testLoadBuiltInEffect()
427 QVERIFY(!loader.loadEffect(effect, loadFlags)); in testLoadBuiltInEffect()
443 QCOMPARE(loader.loadEffect(effect, loadFlags), expected); in testLoadBuiltInEffect()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/effects/
H A Dpopup_open_close_animation_test.cpp112 QVERIFY(effectsImpl->loadEffect(effectName)); in testAnimatePopups()
174 QVERIFY(effectsImpl->loadEffect(effectName)); in testAnimateUserActionsPopup()
230 QVERIFY(effectsImpl->loadEffect(effectName)); in testAnimateDecorationTooltips()
H A Dtoplevel_open_close_animation_test.cpp113 QVERIFY(effectsImpl->loadEffect(effectName)); in testAnimateToplevels()
175 QVERIFY(effectsImpl->loadEffect(effectName)); in testDontAnimatePopups()
H A Ddesktop_switching_animation_test.cpp126 QVERIFY(effectsImpl->loadEffect(effectName)); in testSwitchDesktops()
H A Dslidingpopups_test.cpp148 QVERIFY(e->loadEffect(effectName)); in testWithOtherEffect()
286 QVERIFY(e->loadEffect(effectName)); in testWithOtherEffectWayland()
H A Dwobbly_shade_test.cpp102 QVERIFY(e->loadEffect(BuiltInEffects::nameForEffect(BuiltInEffect::WobblyWindows))); in testShadeMove()
H A Dminimize_animation_test.cpp153 QVERIFY(effectsImpl->loadEffect(effectName)); in testMinimizeUnminimize()
H A Dmaximize_animation_test.cpp128 QVERIFY(effectsImpl->loadEffect(effectName)); in testMaximizeRestore()
/dports/audio/mixxx/mixxx-2.3.0/src/effects/
H A Deffectslot.cpp159 void EffectSlot::loadEffect(EffectPointer pEffect, bool adoptMetaknobPosition) { in loadEffect() function in EffectSlot
189 pParameter->loadEffect(pEffect); in loadEffect()
192 pParameter->loadEffect(pEffect); in loadEffect()
H A Deffectbuttonparameterslot.h26 void loadEffect(EffectPointer pEffect);
H A Deffectparameterslot.h28 void loadEffect(EffectPointer pEffect);
H A Deffectslot.h74 void loadEffect(EffectPointer pEffect, bool adoptMetaknobPosition);
H A Deffectbuttonparameterslot.cpp44 void EffectButtonParameterSlot::loadEffect(EffectPointer pEffect) { in loadEffect() function in EffectButtonParameterSlot
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-vst/linux/
H A DVSTPlugin-linux.cpp22 AEffect* VSTPlugin::loadEffect() in loadEffect() function in VSTPlugin
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-vst/win/
H A DVSTPlugin-win.cpp24 AEffect *VSTPlugin::loadEffect() in loadEffect() function in VSTPlugin
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/db/
H A Dquestdb.cpp159 static void loadEffect(const int var, in loadEffect() function
209 loadEffect(id, questNode); in loadXmlFile()
/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Dmetaknob_link_test.cpp64 m_pEffectSlot->loadEffect(pEffect, false); in MetaLinkTest()
227 m_pEffectSlot->loadEffect(pEffect, false); in TEST_F()
H A Deffectslottest.cpp64 pEffectSlot->loadEffect(pEffect, false); in TEST_F()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-vst/headers/
H A DVSTPlugin.h50 AEffect *loadEffect();
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Ddont_crash_reinitialize_compositor.cpp130 QVERIFY(effectsImpl->loadEffect(effectName)); in testReinitializeCompositor()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-vst/mac/
H A DVSTPlugin-osx.mm20 AEffect *VSTPlugin::loadEffect() { function

12