OpenCPN Partial API docs
|
Public Member Functions | |
PI_Notification (PI_NotificationSeverity _severity, const std::string &_message, int _timeout_start, int _timeout_left, std::string _guid) | |
Plugin Notification Framework support. | |
Public Attributes | |
PI_NotificationSeverity | severity |
std::string | message |
int | auto_timeout_left |
int | auto_timeout_start |
std::string | guid |
std::string | action_verb |
Definition at line 6329 of file ocpn_plugin.h.
PI_Notification::PI_Notification | ( | PI_NotificationSeverity | _severity, |
const std::string & | _message, | ||
int | _timeout_start, | ||
int | _timeout_left, | ||
std::string | _guid | ||
) |
Plugin Notification Framework support.
Definition at line 315 of file plugin_api.cpp.
|
inlinevirtual |
Definition at line 6334 of file ocpn_plugin.h.
std::string PI_Notification::action_verb |
Definition at line 6341 of file ocpn_plugin.h.
int PI_Notification::auto_timeout_left |
Definition at line 6338 of file ocpn_plugin.h.
int PI_Notification::auto_timeout_start |
Definition at line 6339 of file ocpn_plugin.h.
std::string PI_Notification::guid |
Definition at line 6340 of file ocpn_plugin.h.
std::string PI_Notification::message |
Definition at line 6337 of file ocpn_plugin.h.
PI_NotificationSeverity PI_Notification::severity |
Definition at line 6336 of file ocpn_plugin.h.