OpenCPN Partial API docs
Loading...
Searching...
No Matches
NotificationPanel Class Reference
Inheritance diagram for NotificationPanel:

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< NotificationGetNotification ()
 

Detailed Description

Definition at line 42 of file notification_manager_gui.h.

Constructor & Destructor Documentation

◆ NotificationPanel()

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::~NotificationPanel ( )

Definition at line 148 of file notification_manager_gui.cpp.

Member Function Documentation

◆ GetNotification()

std::shared_ptr< Notification > NotificationPanel::GetNotification ( )
inline

Definition at line 55 of file notification_manager_gui.h.

◆ OnAckButton()

void NotificationPanel::OnAckButton ( wxCommandEvent &  event)

Definition at line 150 of file notification_manager_gui.cpp.

◆ OnPaint()

void NotificationPanel::OnPaint ( wxPaintEvent &  event)

Definition at line 155 of file notification_manager_gui.cpp.


The documentation for this class was generated from the following files: