| 
    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 40 of file background_jobs_monitor.cpp.
      
  | 
  inline | 
Definition at line 43 of file background_jobs_monitor.cpp.
References m_job, m_progress, m_stName, m_stStatus, and UpdateFromJob().
      
  | 
  inline | 
Definition at line 79 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 90 of file background_jobs_monitor.cpp.
Referenced by BACKGROUND_JOB_PANEL(), and UpdateFromJob().
      
  | 
  private | 
Definition at line 87 of file background_jobs_monitor.cpp.
Referenced by BACKGROUND_JOB_PANEL(), and UpdateFromJob().
      
  | 
  private | 
Definition at line 88 of file background_jobs_monitor.cpp.
Referenced by BACKGROUND_JOB_PANEL().
      
  | 
  private | 
Definition at line 89 of file background_jobs_monitor.cpp.
Referenced by BACKGROUND_JOB_PANEL(), and UpdateFromJob().