| 
    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 94 of file background_jobs_monitor.cpp.
      
  | 
  inline | 
Definition at line 97 of file background_jobs_monitor.cpp.
References _, m_contentSizer, m_scrolledWindow, and onFocusLoss().
      
  | 
  inline | 
Definition at line 131 of file background_jobs_monitor.cpp.
References m_contentSizer, m_jobPanels, and m_scrolledWindow.
      
  | 
  inline | 
Definition at line 124 of file background_jobs_monitor.cpp.
Referenced by BACKGROUND_JOB_LIST().
      
  | 
  inline | 
Definition at line 145 of file background_jobs_monitor.cpp.
References m_contentSizer, and m_jobPanels.
      
  | 
  inline | 
Definition at line 158 of file background_jobs_monitor.cpp.
References m_jobPanels, and BACKGROUND_JOB_PANEL::UpdateFromJob().
      
  | 
  private | 
Definition at line 170 of file background_jobs_monitor.cpp.
Referenced by Add(), BACKGROUND_JOB_LIST(), and Remove().
      
  | 
  private | 
Definition at line 171 of file background_jobs_monitor.cpp.
Referenced by Add(), Remove(), and UpdateJob().
      
  | 
  private | 
Definition at line 169 of file background_jobs_monitor.cpp.
Referenced by Add(), and BACKGROUND_JOB_LIST().