Home
last modified time | relevance | path

Searched refs:CriticalNotification (Results 1 – 25 of 35) sorted by relevance

12

/dports/x11/plasma5-kwayland-integration/kwayland-integration-5.23.5/src/windowsystem/
H A Dwindowinfo.cpp101 case KWayland::Client::PlasmaShellSurface::Role::CriticalNotification: in windowType()
103 return NET::CriticalNotification; in windowType()
H A Dwindowsystem.cpp469 case NET::CriticalNotification: in setType()
470 role = KWayland::Client::PlasmaShellSurface::Role::CriticalNotification; in setType()
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasmaquick/
H A Ddialog.h155 CriticalNotification = NET::CriticalNotification, enumerator
H A Ddialog.cpp313 …().testFlag(Qt::ToolTip) && type != Dialog::Notification && type != Dialog::CriticalNotification) { in updateVisibility()
730 case Dialog::CriticalNotification: in applyType()
759 case Dialog::CriticalNotification: in applyType()
760 … shellSurface->setRole(KWayland::Client::PlasmaShellSurface::Role::CriticalNotification); in applyType()
804 … Dialog::Notification || type == Dialog::OnScreenDisplay || type == Dialog::CriticalNotification) { in applyType()
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/server/
H A Dplasmashell_interface.h98CriticalNotification, ///< The surface represents a critical notification, like battery is running… enumerator
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/src/server/
H A Dplasmashell_interface.h88CriticalNotification, ///< The surface represents a critical notification, like battery is running… enumerator
H A Dplasmashell_interface.cpp173 r = PlasmaShellSurfaceInterface::Role::CriticalNotification; in org_kde_plasma_surface_set_role()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dplasma_shell.h71 CriticalNotification, enumerator
H A Dplasma_shell.cpp168 r = Role::CriticalNotification; in setRole()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/src/client/
H A Dplasmashell.h217 CriticalNotification, ///< The Surface represents a critical notification, like battery is enumerator
H A Dplasmashell.cpp274 case Role::CriticalNotification: in setRole()
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/client/
H A Dplasmashell.h236CriticalNotification, ///< The Surface represents a critical notification, like battery is running… enumerator
H A Dplasmashell.cpp265 case Role::CriticalNotification: in setRole()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/scripting/v3/
H A Dclientmodel.h68 CriticalNotification = 0x20, enumerator
H A Dclientmodel.cpp306 mask |= WindowType::CriticalNotification; in windowTypeMask()
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/
H A Dnetwm_def.h441 CriticalNotification = 17, // NON STANDARD enumerator
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dlayershellv1client.cpp28 { QStringLiteral("crititical-notification"), NET::CriticalNotification }, in scopeToType()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/tests/
H A Dplasmasurfacetest.cpp204 client.setRole(PlasmaShellSurface::Role::CriticalNotification); in main()
/dports/x11/kf5-kwayland/kwayland-5.89.0/tests/
H A Dplasmasurfacetest.cpp178 client.setRole(PlasmaShellSurface::Role::CriticalNotification); in main()
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/tests/
H A Dplasmasurfacetest.cpp178 client.setRole(PlasmaShellSurface::Role::CriticalNotification); in main()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Dplasma_surface_test.cpp96 QTest::newRow("CriticalNotification") << PlasmaShellSurface::Role::CriticalNotification << true; in testRoleOnAllDesktops_data()
154 …QTest::newRow("CriticalNotification") << PlasmaShellSurface::Role::CriticalNotification << false <… in testAcceptsFocus_data()
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/autotests/client/
H A Dtest_plasmashell.cpp145 …ation") << PlasmaShellSurface::Role::CriticalNotification << PlasmaShellSurfaceInterface::Role::Cr… in testRole_data()
/dports/x11/kf5-kwayland/kwayland-5.89.0/autotests/client/
H A Dtest_plasmashell.cpp148 …ation") << PlasmaShellSurface::Role::CriticalNotification << PlasmaShellSurfaceInterface::Role::Cr… in testRole_data()
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/autotests/
H A Dkwindowinfox11test.cpp406 …fication") << NET::CriticalNotificationMask << NET::CriticalNotification << NET::CriticalNotificat… in testWindowType_data()
425 …QTest::newRow("CriticalNotification-unknown") << NET::NormalMask << NET::CriticalNotification << N… in testWindowType_data()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Dplasma_shell.cpp166 << Wrapland::Client::PlasmaShellSurface::Role::CriticalNotification in testRole_data()
167 << Wrapland::Server::PlasmaShellSurface::Role::CriticalNotification; in testRole_data()

12