|
KiCad PCB EDA Suite
|
Public Member Functions | |
| BACKGROUND_JOB_LIST (wxWindow *parent, const wxPoint &pos) | |
| void | onFocusLoss (wxFocusEvent &aEvent) |
| void | Add (std::shared_ptr< BACKGROUND_JOB > aJob) |
| void | Remove (std::shared_ptr< BACKGROUND_JOB > aJob) |
| void | UpdateJob (std::shared_ptr< BACKGROUND_JOB > aJob) |
Private Attributes | |
| wxScrolledWindow * | m_scrolledWindow |
| wxBoxSizer * | m_contentSizer |
| std::unordered_map< std::shared_ptr< BACKGROUND_JOB >, BACKGROUND_JOB_PANEL * > | m_jobPanels |
Definition at line 90 of file background_jobs_monitor.cpp.
|
inline |
Definition at line 93 of file background_jobs_monitor.cpp.
References _, m_contentSizer, m_scrolledWindow, and onFocusLoss().
|
inline |
Definition at line 127 of file background_jobs_monitor.cpp.
References m_contentSizer, m_jobPanels, and m_scrolledWindow.
|
inline |
Definition at line 120 of file background_jobs_monitor.cpp.
Referenced by BACKGROUND_JOB_LIST().
|
inline |
Definition at line 141 of file background_jobs_monitor.cpp.
References m_contentSizer, and m_jobPanels.
|
inline |
Definition at line 154 of file background_jobs_monitor.cpp.
References m_jobPanels, and BACKGROUND_JOB_PANEL::UpdateFromJob().
|
private |
Definition at line 166 of file background_jobs_monitor.cpp.
Referenced by Add(), BACKGROUND_JOB_LIST(), and Remove().
|
private |
Definition at line 167 of file background_jobs_monitor.cpp.
Referenced by Add(), Remove(), and UpdateJob().
|
private |
Definition at line 165 of file background_jobs_monitor.cpp.
Referenced by Add(), and BACKGROUND_JOB_LIST().