|
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 7099 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 328 of file plugin_api.cpp.
|
inlinevirtual |
Definition at line 7104 of file ocpn_plugin.h.
| std::string PI_Notification::action_verb |
Definition at line 7111 of file ocpn_plugin.h.
| int PI_Notification::auto_timeout_left |
Definition at line 7108 of file ocpn_plugin.h.
| int PI_Notification::auto_timeout_start |
Definition at line 7109 of file ocpn_plugin.h.
| std::string PI_Notification::guid |
Definition at line 7110 of file ocpn_plugin.h.
| std::string PI_Notification::message |
Definition at line 7107 of file ocpn_plugin.h.
| PI_NotificationSeverity PI_Notification::severity |
Definition at line 7106 of file ocpn_plugin.h.