|
KiCad PCB EDA Suite
|
Public Member Functions | |
| BACKGROUND_JOB_PANEL (wxWindow *aParent, std::shared_ptr< BACKGROUND_JOB > aJob) | |
| void | UpdateFromJob () |
Private Attributes | |
| wxGauge * | m_progress |
| wxStaticText * | m_stName |
| wxStaticText * | m_stStatus |
| std::shared_ptr< BACKGROUND_JOB > | m_job |
Definition at line 36 of file background_jobs_monitor.cpp.
|
inline |
Definition at line 39 of file background_jobs_monitor.cpp.
References m_job, m_progress, m_stName, m_stStatus, and UpdateFromJob().
|
inline |
Definition at line 75 of file background_jobs_monitor.cpp.
References m_job, m_progress, and m_stStatus.
Referenced by BACKGROUND_JOB_PANEL(), and BACKGROUND_JOB_LIST::UpdateJob().
|
private |
Definition at line 86 of file background_jobs_monitor.cpp.
Referenced by BACKGROUND_JOB_PANEL(), and UpdateFromJob().
|
private |
Definition at line 83 of file background_jobs_monitor.cpp.
Referenced by BACKGROUND_JOB_PANEL(), and UpdateFromJob().
|
private |
Definition at line 84 of file background_jobs_monitor.cpp.
Referenced by BACKGROUND_JOB_PANEL().
|
private |
Definition at line 85 of file background_jobs_monitor.cpp.
Referenced by BACKGROUND_JOB_PANEL(), and UpdateFromJob().