21 #ifndef UNITY_SHELL_NOTIFICATIONS_ENUMS_H 22 #define UNITY_SHELL_NOTIFICATIONS_ENUMS_H 24 #include <unity/SymbolExport.h> 26 #include <QtCore/QObject> 34 namespace notifications
67 class UNITY_API
Type :
public QObject
95 class UNITY_API
Hint :
public QObject
117 Q_DECLARE_OPERATORS_FOR_FLAGS(Hint::Hints)
125 #endif // UNITY_SHELL_NOTIFICATIONS_ENUMS_H TypeEnum
NotificationInterface's type enumeration.
Definition: Enums.h:79
Wraps NotificationInterface's hint flags.
Definition: Enums.h:95
Top-level namespace for all things Unity-related.
Definition: Version.h:37
Wraps NotificationInterface's urgency enumeration.
Definition: Enums.h:41
Wraps NotificationInterface's type enumeration.
Definition: Enums.h:67
UrgencyEnum
NotificationInterface's urgency enumeration.
Definition: Enums.h:53
HintEnum
NotificationInterface's hint flags.
Definition: Enums.h:107