#include <DesktopNotification.h>
|
static void | info (const std::string &sTitle, const std::string &sText) |
|
static void | warning (const std::string &sTitle, const std::string &sText) |
|
static void | error (const std::string &sTitle, const std::string &sText) |
|
Show desktop notifications (popups).
◆ error()
void ne::DesktopNotification::error |
( |
const std::string & |
sTitle, |
|
|
const std::string & |
sText |
|
) |
| |
|
static |
Show error notification.
- Parameters
-
sTitle | Notification title. |
sText | Notification text (content). |
◆ info()
void ne::DesktopNotification::info |
( |
const std::string & |
sTitle, |
|
|
const std::string & |
sText |
|
) |
| |
|
static |
Show information notification.
- Parameters
-
sTitle | Notification title. |
sText | Notification text (content). |
◆ warning()
void ne::DesktopNotification::warning |
( |
const std::string & |
sTitle, |
|
|
const std::string & |
sText |
|
) |
| |
|
static |
Show warning notification.
- Parameters
-
sTitle | Notification title. |
sText | Notification text (content). |
The documentation for this class was generated from the following files: