libnick 2025.9.1
A cross-platform base for native Nickvision applications.
|
This is the complete list of members for Nickvision::Notifications::NotificationSentEventArgs, including all inherited members.
EventArgs() noexcept=default | Nickvision::Events::EventArgs | |
getAction() const noexcept | Nickvision::Notifications::NotificationSentEventArgs | |
getActionParam() const noexcept | Nickvision::Notifications::NotificationSentEventArgs | |
getMessage() const noexcept | Nickvision::Notifications::NotificationSentEventArgs | |
getSeverity() const noexcept | Nickvision::Notifications::NotificationSentEventArgs | |
m_action | Nickvision::Notifications::NotificationSentEventArgs | protected |
m_actionParam | Nickvision::Notifications::NotificationSentEventArgs | protected |
m_message | Nickvision::Notifications::NotificationSentEventArgs | protected |
m_severity | Nickvision::Notifications::NotificationSentEventArgs | protected |
NotificationSentEventArgs(const std::string &message, NotificationSeverity severity, const std::string &action="", const std::string &actionParam="") noexcept | Nickvision::Notifications::NotificationSentEventArgs |