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

Public Member Functions

 STATUSBAR_WARNING_LIST (KISTATUSBAR *aStatusBar, wxWindow *aParent)
 
 ~STATUSBAR_WARNING_LIST () override
 
void rebuildMessages ()
 

Private Member Functions

void onFocusLoss (wxFocusEvent &aEvent)
 
void onCharHook (wxKeyEvent &aEvent)
 
void onClose (wxCloseEvent &aEvent)
 
void onClearButtonClick (wxCommandEvent &aEvent)
 

Private Attributes

KISTATUSBARm_statusBar
 
wxScrolledWindow * m_scrolledWindow
 
wxBoxSizer * m_contentSizer
 

Detailed Description

Definition at line 157 of file kistatusbar.cpp.

Constructor & Destructor Documentation

◆ STATUSBAR_WARNING_LIST()

STATUSBAR_WARNING_LIST::STATUSBAR_WARNING_LIST ( KISTATUSBAR * aStatusBar,
wxWindow * aParent )
inline

◆ ~STATUSBAR_WARNING_LIST()

STATUSBAR_WARNING_LIST::~STATUSBAR_WARNING_LIST ( )
inlineoverride

Definition at line 209 of file kistatusbar.cpp.

References m_scrolledWindow, onCharHook(), onClose(), and onFocusLoss().

Member Function Documentation

◆ onCharHook()

void STATUSBAR_WARNING_LIST::onCharHook ( wxKeyEvent & aEvent)
inlineprivate

Definition at line 260 of file kistatusbar.cpp.

References g_warning_list_closed_timer.

Referenced by STATUSBAR_WARNING_LIST(), and ~STATUSBAR_WARNING_LIST().

◆ onClearButtonClick()

void STATUSBAR_WARNING_LIST::onClearButtonClick ( wxCommandEvent & aEvent)
inlineprivate

Definition at line 282 of file kistatusbar.cpp.

References m_statusBar.

Referenced by STATUSBAR_WARNING_LIST().

◆ onClose()

void STATUSBAR_WARNING_LIST::onClose ( wxCloseEvent & aEvent)
inlineprivate

Definition at line 273 of file kistatusbar.cpp.

References m_statusBar.

Referenced by STATUSBAR_WARNING_LIST(), and ~STATUSBAR_WARNING_LIST().

◆ onFocusLoss()

void STATUSBAR_WARNING_LIST::onFocusLoss ( wxFocusEvent & aEvent)
inlineprivate

Definition at line 248 of file kistatusbar.cpp.

References g_warning_list_closed_timer.

Referenced by STATUSBAR_WARNING_LIST(), and ~STATUSBAR_WARNING_LIST().

◆ rebuildMessages()

void STATUSBAR_WARNING_LIST::rebuildMessages ( )
inline

Definition at line 218 of file kistatusbar.cpp.

References m_contentSizer, m_scrolledWindow, and m_statusBar.

Referenced by STATUSBAR_WARNING_LIST().

Member Data Documentation

◆ m_contentSizer

wxBoxSizer* STATUSBAR_WARNING_LIST::m_contentSizer
private

Definition at line 292 of file kistatusbar.cpp.

Referenced by rebuildMessages(), and STATUSBAR_WARNING_LIST().

◆ m_scrolledWindow

wxScrolledWindow* STATUSBAR_WARNING_LIST::m_scrolledWindow
private

◆ m_statusBar

KISTATUSBAR* STATUSBAR_WARNING_LIST::m_statusBar
private

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