#include <Notification.hpp>
|
enum class | Icon : std::uint8_t { Info = static_cast<std::uint8_t>(pfd::icon::info)
, Warning = static_cast<std::uint8_t>(pfd::icon::warning)
, Error = static_cast<std::uint8_t>(pfd::icon::error)
} |
|
System Notification
Definition at line 12 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 |
The documentation for this class was generated from the following file: