Home
last modified time | relevance | path

Searched refs:PresentWindows (Results 1 – 12 of 12) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/kcmkwin/kwinscreenedges/
H A Dtouch.cpp87 interface.reconfigureEffect(BuiltInEffects::nameForEffect(BuiltInEffect::PresentWindows)); in save()
131 …const QString presentWindowsName = BuiltInEffects::effectData(BuiltInEffect::PresentWindows).displ… in monitorInit()
261 bool enabled = effectEnabled(BuiltInEffect::PresentWindows, config); in monitorShowEvent()
H A Dmain.cpp94 interface.reconfigureEffect(BuiltInEffects::nameForEffect(BuiltInEffect::PresentWindows)); in save()
133 …const QString presentWindowsName = BuiltInEffects::effectData(BuiltInEffect::PresentWindows).displ… in monitorInit()
282 bool enabled = effectEnabled(BuiltInEffect::PresentWindows, config); in monitorShowEvent()
/dports/deskutils/latte-dock/latte-dock-0.10.6/plasmoid/plugin/
H A Dtypes.h50 PresentWindows, enumerator
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/
H A Deffect_builtins.h42 PresentWindows, enumerator
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/
H A Dkwindoweffects.h27PresentWindows KWINDOWSYSTEM_ENUMERATOR_DEPRECATED_VERSION(5, 82, "Check whether org.kde.KWin.Pres… enumerator
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/kconf_update/
H A Dkwin.upd41 # In the Desktop Grid effect, replace the PresentWindows boolean with an enum
/dports/deskutils/latte-dock/latte-dock-0.10.6/plasmoid/package/contents/ui/task/
H A DTaskMouseArea.qml185 && root.leftClickAction === LatteTasks.Types.PresentWindows
192 …} else if ( (root.leftClickAction === LatteTasks.Types.PresentWindows && !(isGroupParent && !Latte…
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/platforms/xcb/
H A Dkwindoweffects.cpp43 case PresentWindows: in isEffectAvailable()
/dports/deskutils/latte-dock/latte-dock-0.10.6/shell/package/contents/configuration/pages/
H A DTasksConfig.qml552 case LatteTasks.Types.PresentWindows:
566 … tasks.configuration.leftClickAction = LatteTasks.Types.PresentWindows;
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/autotests/
H A Dkwindoweffectstest.cpp376 …QTest::newRow("PresentWindows") << KWindowEffects::PresentWindows << QByteArrayLiteral("_KDE_PRESE… in testEffectAvailable_data()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/desktopgrid/
H A Ddesktopgrid.cpp1105 …dowsEffectProxy*>(effects->getProxy(BuiltInEffects::nameForEffect(BuiltInEffect::PresentWindows))); in setup()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dplasma.py4520 PresentWindows = 0 variable in Plasma.WindowEffects