libnick
2024.12.0
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
include
notifications
notificationseverity.h
Go to the documentation of this file.
1
23
#ifndef NOTIFICATIONSEVERITY_H
24
#define NOTIFICATIONSEVERITY_H
25
26
namespace
Nickvision::Notifications
27
{
31
enum class
NotificationSeverity
32
{
33
Informational
= 0,
34
Success
,
35
Warning
,
36
Error
37
};
38
}
39
40
#endif
//NOTIFICATIONSEVERITY_H
Nickvision::Notifications
Definition
notificationsenteventargs.h:31
Nickvision::Notifications::NotificationSeverity
NotificationSeverity
Severities of a notification.
Definition
notificationseverity.h:32
Nickvision::Notifications::NotificationSeverity::Warning
@ Warning
A warning notification.
Nickvision::Notifications::NotificationSeverity::Success
@ Success
A success notification.
Nickvision::Notifications::NotificationSeverity::Informational
@ Informational
An informational notification.
Nickvision::Notifications::NotificationSeverity::Error
@ Error
An error notification.
Generated by
1.12.0