Home
last modified time | relevance | path

Searched refs:CriticalUrgency (Results 1 – 17 of 17) sorted by relevance

/dports/audio/cantata/cantata-2.4.2/dbus/
H A Dnotify.h50 CriticalUrgency enumerator
/dports/devel/kf5-knotifications/knotifications-5.89.0/src/android/org/kde/knotifications/
H A DKNotification.java40 public static final int CriticalUrgency = 90; field in KNotification
H A DNotifyByAndroid.java88 case KNotification.CriticalUrgency: in notify()
152 case KNotification.CriticalUrgency: in notify()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/libnotificationmanager/
H A Dnotificationfilterproxymodel_p.h58 …encies = Notifications::LowUrgency | Notifications::NormalUrgency | Notifications::CriticalUrgency;
H A Dnotificationsortproxymodel.cpp55 if (urgency == Notifications::CriticalUrgency) { in sortScore()
H A Dnotification.cpp364 setUrgency(Notifications::CriticalUrgency); in processHints()
426 if (urgency == Notifications::CriticalUrgency) { in setUrgency()
H A Dnotifications.h300 CriticalUrgency = 1 << 2, enumerator
/dports/devel/kf5-knotifications/knotifications-5.89.0/examples/
H A Dnotificationtester.qml89 ListElement { name: "Critical"; value: Notification.CriticalUrgency }
/dports/deskutils/plasma5-xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.23.5/src/
H A Dnotification.cpp88 notify->setUrgency(KNotification::CriticalUrgency); in AddNotification()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/dataengines/notifications/
H A Dnotificationsengine.cpp159 case Notifications::CriticalUrgency: in notificationAdded()
/dports/devel/kf5-knotifications/knotifications-5.89.0/src/
H A Dknotification.h196 CriticalUrgency = 90, enumerator
H A Dknotificationmanager.cpp335 n->setUrgency(KNotification::CriticalUrgency); in notify()
H A Dnotifybypopup.cpp288 case KNotification::CriticalUrgency: in sendNotificationToServer()
H A Dnotifybyportal.cpp270 case KNotification::CriticalUrgency: in sendNotificationToPortal()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/notifications/package/contents/ui/
H A Dmain.qml125 var urgencies = NotificationManager.Notifications.CriticalUrgency
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/notifications/package/contents/ui/global/
H A DGlobals.qml400 urgencies |= NotificationManager.Notifications.CriticalUrgency;
445 type: model.urgency === NotificationManager.Notifications.CriticalUrgency
/dports/sysutils/plasma5-powerdevil/powerdevil-5.23.5/daemon/
H A Dpowerdevilcore.cpp638 m_lowBatteryNotification->setUrgency(KNotification::CriticalUrgency); in handleLowBattery()