|
OpenCPN Partial API docs
|
Public Member Functions | |
| NotificationPanel (wxPanel *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, std::shared_ptr< Notification > _notification, int _repeat_count) | |
| Construct an entry for a notification. | |
| void | OnAckButton (wxCommandEvent &event) |
| void | OnPaint (wxPaintEvent &event) |
| std::shared_ptr< Notification > | GetNotification () |
Definition at line 52 of file notification_manager_gui.h.
| NotificationPanel::NotificationPanel | ( | wxPanel * | parent, |
| wxWindowID | id, | ||
| const wxPoint & | pos, | ||
| const wxSize & | size, | ||
| std::shared_ptr< Notification > | _notification, | ||
| int | _repeat_count | ||
| ) |
Construct an entry for a notification.
Definition at line 94 of file notification_manager_gui.cpp.
| NotificationPanel::~NotificationPanel | ( | ) |
Definition at line 174 of file notification_manager_gui.cpp.
|
inline |
Definition at line 65 of file notification_manager_gui.h.
| void NotificationPanel::OnAckButton | ( | wxCommandEvent & | event | ) |
Definition at line 176 of file notification_manager_gui.cpp.
| void NotificationPanel::OnPaint | ( | wxPaintEvent & | event | ) |
Definition at line 181 of file notification_manager_gui.cpp.