KiCad PCB EDA Suite
Loading...
Searching...
No Matches
NOTIFICATION_PANEL Class Reference
Inheritance diagram for NOTIFICATION_PANEL:

Public Member Functions

 NOTIFICATION_PANEL (wxWindow *aParent, NOTIFICATIONS_MANAGER *aManager, NOTIFICATION *aNoti)
 

Private Member Functions

void onDetails (wxHyperlinkEvent &aEvent)
 
void onDismiss (wxHyperlinkEvent &aEvent)
 

Private Attributes

wxStaticText * m_stTitle
 
wxStaticText * m_stDescription
 
wxHyperlinkCtrl * m_hlDetails
 
wxHyperlinkCtrl * m_hlDismiss
 
NOTIFICATIONm_notification
 
NOTIFICATIONS_MANAGERm_manager
 

Detailed Description

Definition at line 62 of file notifications_manager.cpp.

Constructor & Destructor Documentation

◆ NOTIFICATION_PANEL()

Member Function Documentation

◆ onDetails()

void NOTIFICATION_PANEL::onDetails ( wxHyperlinkEvent & aEvent)
inlineprivate

Definition at line 114 of file notifications_manager.cpp.

Referenced by NOTIFICATION_PANEL().

◆ onDismiss()

void NOTIFICATION_PANEL::onDismiss ( wxHyperlinkEvent & aEvent)
inlineprivate

Definition at line 133 of file notifications_manager.cpp.

References m_manager, and m_notification.

Referenced by NOTIFICATION_PANEL().

Member Data Documentation

◆ m_hlDetails

wxHyperlinkCtrl* NOTIFICATION_PANEL::m_hlDetails
private

Definition at line 146 of file notifications_manager.cpp.

Referenced by NOTIFICATION_PANEL().

◆ m_hlDismiss

wxHyperlinkCtrl* NOTIFICATION_PANEL::m_hlDismiss
private

Definition at line 147 of file notifications_manager.cpp.

Referenced by NOTIFICATION_PANEL().

◆ m_manager

NOTIFICATIONS_MANAGER* NOTIFICATION_PANEL::m_manager
private

Definition at line 149 of file notifications_manager.cpp.

Referenced by NOTIFICATION_PANEL(), and onDismiss().

◆ m_notification

NOTIFICATION* NOTIFICATION_PANEL::m_notification
private

Definition at line 148 of file notifications_manager.cpp.

Referenced by NOTIFICATION_PANEL(), and onDismiss().

◆ m_stDescription

wxStaticText* NOTIFICATION_PANEL::m_stDescription
private

Definition at line 145 of file notifications_manager.cpp.

Referenced by NOTIFICATION_PANEL().

◆ m_stTitle

wxStaticText* NOTIFICATION_PANEL::m_stTitle
private

Definition at line 144 of file notifications_manager.cpp.

Referenced by NOTIFICATION_PANEL().


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