#include <Notification.hpp>
|
| static constexpr std::string_view | Icon2Str [3] |
| |
System Notification
Definition at line 11 of file Notification.hpp.
◆ Icon
◆ Notification()
| Notification::Notification |
( |
const std::string & |
title, |
|
|
const std::string & |
message, |
|
|
Icon |
icon = Icon::Info |
|
) |
| |
Constructor
- Parameters
-
| title | title of the notification |
| message | description of the notification |
| icon | Icon type of the notification |
◆ ~Notification()
| Notification::~Notification |
( |
| ) |
|
|
defaultnoexcept |
◆ Show()
| void Notification::Show |
( |
| ) |
const |
◆ Icon2Str
| constexpr std::string_view Notification::Icon2Str[3] |
|
staticconstexpr |
Initial value:= {
"info",
"warning",
"error"
}
Definition at line 21 of file Notification.hpp.
The documentation for this class was generated from the following file: