swift
|
Simplified enums to play sounds. More...
Public Types | |
enum | NotificationFlag { NoNotifications = 0 , NotificationLogin = 1 << 1 , NotificationLogoff = 1 << 2 , NotificationTextMessageFrequency = 1 << 12 , NotificationTextMessagePrivate = 1 << 3 , NotificationTextMessageSupervisor = 1 << 4 , NotificationTextMessageUnicom = 1 << 13 , NotificationTextCallsignMentioned = 1 << 5 , PTTClickKeyDown = 1 << 7 , PTTClickKeyUp = 1 << 8 , AFVClicked = 1 << 14 , AFVBlocked = 1 << 15 } |
Play notification. | |
Static Public Member Functions | |
static const QString & | flagToString (NotificationFlag notification) |
As string. | |
static QString | toString (Notification notification) |
As string. | |
Static Public Attributes | |
constexpr static Notification | AllTextNotifications |
All text notification flags. More... | |
constexpr static Notification | AllLoginNotifications = Notification(NotificationLogin | NotificationLogoff) |
All login notification flags. | |
constexpr static Notification | AllPTTNotifications = Notification(PTTClickKeyUp | PTTClickKeyDown) |
All PTT notification flags. | |
constexpr static Notification | AllAfv = Notification(AFVClicked | AFVBlocked) |
All AFV flags. | |
constexpr static Notification | AllNotifications |
All notification flags. More... | |
constexpr static Notification | DefaultNotifications |
Default notification flags. More... | |
Simplified enums to play sounds.
Definition at line 20 of file notificationsounds.h.
|
staticconstexpr |
All notification flags.
Definition at line 64 of file notificationsounds.h.
|
staticconstexpr |
All text notification flags.
Definition at line 50 of file notificationsounds.h.
|
staticconstexpr |
Default notification flags.
Definition at line 68 of file notificationsounds.h.