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 93 of file background_jobs_monitor.cpp.
|
inline |
Definition at line 96 of file background_jobs_monitor.cpp.
References m_contentSizer, m_scrolledWindow, and onFocusLoss().
|
inline |
Definition at line 130 of file background_jobs_monitor.cpp.
References m_contentSizer, m_jobPanels, and m_scrolledWindow.
Referenced by BACKGROUND_JOBS_MONITOR::ShowList().
|
inline |
Definition at line 123 of file background_jobs_monitor.cpp.
Referenced by BACKGROUND_JOB_LIST().
|
inline |
Definition at line 144 of file background_jobs_monitor.cpp.
References m_contentSizer, and m_jobPanels.
|
inline |
Definition at line 157 of file background_jobs_monitor.cpp.
References m_jobPanels, and BACKGROUND_JOB_PANEL::UpdateFromJob().
|
private |
Definition at line 169 of file background_jobs_monitor.cpp.
Referenced by Add(), BACKGROUND_JOB_LIST(), and Remove().
|
private |
Definition at line 170 of file background_jobs_monitor.cpp.
Referenced by Add(), Remove(), and UpdateJob().
|
private |
Definition at line 168 of file background_jobs_monitor.cpp.
Referenced by Add(), and BACKGROUND_JOB_LIST().