libnick
2025.9.1
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
include
notifications
shellnotification.h
Go to the documentation of this file.
1
22
23
#ifndef SHELLNOTIFICATION_H
24
#define SHELLNOTIFICATION_H
25
26
#include <string>
27
#include "
app/appinfo.h
"
28
#include "
shellnotificationsenteventargs.h
"
29
30
namespace
Nickvision::Notifications::ShellNotification
31
{
45
void
send
(
const
ShellNotificationSentEventArgs
& e,
const
App::AppInfo
& info,
const
std::string& openText =
""
) noexcept;
46
}
47
48
#endif
//SHELLNOTIFICATION_H
appinfo.h
Nickvision::App::AppInfo
A model for the information about an application.
Definition
appinfo.h:37
Nickvision::Notifications::ShellNotificationSentEventArgs
An event argument for when a shell notification is sent.
Definition
shellnotificationsenteventargs.h:34
Nickvision::Notifications::ShellNotification
Definition
shellnotification.h:31
Nickvision::Notifications::ShellNotification::send
void send(const ShellNotificationSentEventArgs &e, const App::AppInfo &info, const std::string &openText="") noexcept
Sends a notification to the desktop.
shellnotificationsenteventargs.h
Generated by
1.13.2