|
KiCad PCB EDA Suite
|
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 | |
| KISTATUSBAR * | m_statusBar |
| wxScrolledWindow * | m_scrolledWindow |
| wxBoxSizer * | m_contentSizer |
Definition at line 157 of file kistatusbar.cpp.
|
inline |
Definition at line 160 of file kistatusbar.cpp.
References _, KIPLATFORM::UI::GetInfoBarColours(), m_contentSizer, m_scrolledWindow, m_statusBar, onCharHook(), onClearButtonClick(), onClose(), onFocusLoss(), and rebuildMessages().
|
inlineoverride |
Definition at line 209 of file kistatusbar.cpp.
References m_scrolledWindow, onCharHook(), onClose(), and onFocusLoss().
|
inlineprivate |
Definition at line 260 of file kistatusbar.cpp.
References g_warning_list_closed_timer.
Referenced by STATUSBAR_WARNING_LIST(), and ~STATUSBAR_WARNING_LIST().
|
inlineprivate |
Definition at line 282 of file kistatusbar.cpp.
References m_statusBar.
Referenced by STATUSBAR_WARNING_LIST().
|
inlineprivate |
Definition at line 273 of file kistatusbar.cpp.
References m_statusBar.
Referenced by STATUSBAR_WARNING_LIST(), and ~STATUSBAR_WARNING_LIST().
|
inlineprivate |
Definition at line 248 of file kistatusbar.cpp.
References g_warning_list_closed_timer.
Referenced by STATUSBAR_WARNING_LIST(), and ~STATUSBAR_WARNING_LIST().
|
inline |
Definition at line 218 of file kistatusbar.cpp.
References m_contentSizer, m_scrolledWindow, and m_statusBar.
Referenced by STATUSBAR_WARNING_LIST().
|
private |
Definition at line 292 of file kistatusbar.cpp.
Referenced by rebuildMessages(), and STATUSBAR_WARNING_LIST().
|
private |
Definition at line 291 of file kistatusbar.cpp.
Referenced by rebuildMessages(), STATUSBAR_WARNING_LIST(), and ~STATUSBAR_WARNING_LIST().
|
private |
Definition at line 290 of file kistatusbar.cpp.
Referenced by onClearButtonClick(), onClose(), rebuildMessages(), and STATUSBAR_WARNING_LIST().