Home
last modified time | relevance | path

Searched refs:presentWindows (Results 1 – 20 of 20) sorted by relevance

/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/
H A Dkwindoweffects.cpp90 void presentWindows(WId controller, const QList<WId> &ids) in presentWindows() function
92 KWindowSystemPluginWrapper::self().effects()->presentWindows(controller, ids); in presentWindows()
97 void presentWindows(WId controller, int desktop) in presentWindows() function
99 KWindowSystemPluginWrapper::self().effects()->presentWindows(controller, desktop); in presentWindows()
H A Dkwindoweffects_dummy_p.h22 void presentWindows(WId controller, const QList<WId> &ids) override;
23 void presentWindows(WId controller, int desktop = NET::OnAllDesktops) override;
H A Dkwindoweffects_p.h21 virtual void presentWindows(WId controller, const QList<WId> &ids) = 0;
22 virtual void presentWindows(WId controller, int desktop = NET::OnAllDesktops) = 0;
H A Dkwindoweffects_dummy.cpp46 void KWindowEffectsPrivateDummy::presentWindows(WId controller, const QList<WId> &ids) in presentWindows() function in KWindowEffectsPrivateDummy
54 void KWindowEffectsPrivateDummy::presentWindows(WId controller, int desktop) in presentWindows() function in KWindowEffectsPrivateDummy
H A Dkwindoweffects.h107 void presentWindows(WId controller, const QList<WId> &ids);
122 void presentWindows(WId controller, int desktop = NET::OnAllDesktops);
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/windowsystem/
H A Dwindoweffects.h25 void presentWindows(WId controller, const QList<WId> &ids) override;
26 void presentWindows(WId controller, int desktop = NET::OnAllDesktops) override;
H A Dwindoweffects.cpp79 void WindowEffects::presentWindows(WId controller, const QList<WId> &ids) in presentWindows() function in KWin::WindowEffects
87 void WindowEffects::presentWindows(WId controller, int desktop) in presentWindows() function in KWin::WindowEffects
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/platforms/xcb/
H A Dkwindoweffects_x11.h22 void presentWindows(WId controller, const QList<WId> &ids) override;
23 void presentWindows(WId controller, int desktop = NET::OnAllDesktops) override;
H A Dkwindoweffects.cpp147 void KWindowEffectsPrivateX11::presentWindows(WId controller, const QList<WId> &ids) in presentWindows() function in KWindowEffectsPrivateX11
182 void KWindowEffectsPrivateX11::presentWindows(WId controller, int desktop) in presentWindows() function in KWindowEffectsPrivateX11
/dports/x11/plasma5-kwayland-integration/kwayland-integration-5.23.5/src/windowsystem/
H A Dwindoweffects.h44 void presentWindows(WId controller, const QList<WId> &ids) override;
45 void presentWindows(WId controller, int desktop = NET::OnAllDesktops) override;
H A Dwindoweffects.cpp164 void WindowEffects::presentWindows(WId controller, const QList<WId> &ids) in presentWindows() function in WindowEffects
172 void WindowEffects::presentWindows(WId controller, int desktop) in presentWindows() function in WindowEffects
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/autotests/
H A Dkwindoweffectstest.cpp187 KWindowEffects::presentWindows(m_window->winId(), desktop); in testPresentWindows()
204 KWindowEffects::presentWindows(m_window->winId(), QList<WId>()); in testPresentWindowsEmptyGroup()
228 KWindowEffects::presentWindows(m_window->winId(), windows); in testPresentWindowsGroup()
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/applets/taskmanager/plugin/
H A Dbackend.h83 void presentWindows(const QVariant &winIds);
H A Dbackend.cpp530 void Backend::presentWindows(const QVariant &_winIds) in presentWindows() function in Backend
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/applets/taskmanager/package/contents/ui/
H A Dmain.qml59 signal presentWindows(variant winIds)
507 tasks.presentWindows.connect(backend.presentWindows);
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/presentwindows/
H A Dpresentwindows.h187 Q_SCRIPTABLE void presentWindows(const QStringList &windows);
H A Dpresentwindows.cpp940 void PresentWindowsEffect::presentWindows(const QStringList &windows) in presentWindows() function in KWin::PresentWindowsEffect
/dports/deskutils/latte-dock/latte-dock-0.10.6/plasmoid/package/contents/ui/
H A Dmain.qml207 signal presentWindows(variant winIds);
1298 root.presentWindows.connect(backend.presentWindows);
1305 root.presentWindows.disconnect(backend.presentWindows);
/dports/deskutils/latte-dock/latte-dock-0.10.6/plasmoid/package/contents/ui/task/
H A DTaskItem.qml435 root.presentWindows(root.plasma515 ? model.WinIdList: model.LegacyWinIdList );
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dplasma.py4535 def presentWindows(self, controller, ids): member in Plasma.WindowEffects
4537 def presentWindows(self, controller, desktop = None): member in Plasma.WindowEffects