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 42 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 77 of file notification_manager_gui.cpp.
NotificationPanel::~NotificationPanel | ( | ) |
Definition at line 148 of file notification_manager_gui.cpp.
|
inline |
Definition at line 55 of file notification_manager_gui.h.
void NotificationPanel::OnAckButton | ( | wxCommandEvent & | event | ) |
Definition at line 150 of file notification_manager_gui.cpp.
void NotificationPanel::OnPaint | ( | wxPaintEvent & | event | ) |
Definition at line 155 of file notification_manager_gui.cpp.