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 56 of file notifications_manager.cpp.

Constructor & Destructor Documentation

◆ NOTIFICATION_PANEL()

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

Member Function Documentation

◆ onDetails()

void NOTIFICATION_PANEL::onDetails ( wxHyperlinkEvent &  aEvent)
inlineprivate

Definition at line 113 of file notifications_manager.cpp.

Referenced by NOTIFICATION_PANEL().

◆ onDismiss()

void NOTIFICATION_PANEL::onDismiss ( wxHyperlinkEvent &  aEvent)
inlineprivate

Definition at line 132 of file notifications_manager.cpp.

Referenced by NOTIFICATION_PANEL().

Member Data Documentation

◆ m_hlDetails

wxHyperlinkCtrl* NOTIFICATION_PANEL::m_hlDetails
private

Definition at line 144 of file notifications_manager.cpp.

◆ m_hlDismiss

wxHyperlinkCtrl* NOTIFICATION_PANEL::m_hlDismiss
private

Definition at line 145 of file notifications_manager.cpp.

◆ m_manager

NOTIFICATIONS_MANAGER* NOTIFICATION_PANEL::m_manager
private

Definition at line 147 of file notifications_manager.cpp.

◆ m_notification

NOTIFICATION* NOTIFICATION_PANEL::m_notification
private

Definition at line 146 of file notifications_manager.cpp.

◆ m_stDescription

wxStaticText* NOTIFICATION_PANEL::m_stDescription
private

Definition at line 143 of file notifications_manager.cpp.

◆ m_stTitle

wxStaticText* NOTIFICATION_PANEL::m_stTitle
private

Definition at line 142 of file notifications_manager.cpp.


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