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
66 class UNITY_API
Type :
public QObject
93 class UNITY_API
Hint :
public QObject
114 Q_DECLARE_OPERATORS_FOR_FLAGS(
Hint::Hints)
122 #endif // UNITY_SHELL_NOTIFICATIONS_ENUMS_H TypeEnum
NotificationInterface's type enumeration.
Definition: Enums.h:76
Wraps NotificationInterface's hint flags.
Definition: Enums.h:93
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:66
UrgencyEnum
NotificationInterface's urgency enumeration.
Definition: Enums.h:51
HintEnum
NotificationInterface's hint flags.
Definition: Enums.h:103