Home
last modified time | relevance | path

Searched refs:allowedActionsSupported (Results 1 – 18 of 18) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/windowsystem/
H A Dwindowsystem.h58 bool allowedActionsSupported() override;
H A Dwindowsystem.cpp44 bool WindowSystem::allowedActionsSupported() in allowedActionsSupported() function in KWin::WindowSystem
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/platforms/wayland/
H A Dkwindowsystem_p_wayland.h62 bool allowedActionsSupported() override;
H A Dkwindowsystem.cpp236 bool KWindowSystemPrivateWayland::allowedActionsSupported() in allowedActionsSupported() function in KWindowSystemPrivateWayland
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/
H A Dkwindowsystem_dummy_p.h63 bool allowedActionsSupported() override;
H A Dkwindowsystem.cpp298 bool KWindowSystemPrivateDummy::allowedActionsSupported() in allowedActionsSupported() function in KWindowSystemPrivateDummy
693 bool KWindowSystem::allowedActionsSupported() in allowedActionsSupported() function in KWindowSystem
696 return d->allowedActionsSupported(); in allowedActionsSupported()
H A Dkwindowsystem_p.h69 virtual bool allowedActionsSupported() = 0;
H A Dkwindowsystem.h580 static bool allowedActionsSupported();
/dports/x11/plasma5-kwayland-integration/kwayland-integration-5.23.5/src/windowsystem/
H A Dwindowsystem.h77 bool allowedActionsSupported() override;
H A Dwindowsystem.cpp98 bool WindowSystem::allowedActionsSupported() in allowedActionsSupported() function in WindowSystem
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/platforms/xcb/
H A Dkwindowsystem_p_x11.h69 bool allowedActionsSupported() override;
H A Dkwindowinfo.cpp417 if (KWindowSystem::allowedActionsSupported()) { in actionSupported()
H A Dkwindowsystem.cpp1087 bool KWindowSystemPrivateX11::allowedActionsSupported() in allowedActionsSupported() function in KWindowSystemPrivateX11
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/platforms/windows/
H A Dkwindowinfo.cpp326 if (KWindowSystem::allowedActionsSupported()) {
H A Dkwindowsystem.cpp383 bool KWindowSystem::allowedActionsSupported() in allowedActionsSupported() function in KWindowSystem
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/platforms/osx/
H A Dkwindowinfo.cpp333 if (KWindowSystem::allowedActionsSupported()) {
H A Dkwindowsystem.cpp615 bool KWindowSystem::allowedActionsSupported() in allowedActionsSupported() function in KWindowSystem
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py12417 def allowedActionsSupported(self): member in KWindowSystem