|
KiCad PCB EDA Suite
|
#include <background_jobs_monitor.h>
Public Attributes | |
| wxString | m_name |
| wxString | m_status |
| std::shared_ptr< BACKGROUND_JOB_REPORTER > | m_reporter |
| int | m_maxProgress |
| int | m_currentProgress |
Definition at line 75 of file background_jobs_monitor.h.
| int BACKGROUND_JOB::m_currentProgress |
Definition at line 83 of file background_jobs_monitor.h.
| int BACKGROUND_JOB::m_maxProgress |
Definition at line 82 of file background_jobs_monitor.h.
| wxString BACKGROUND_JOB::m_name |
Definition at line 78 of file background_jobs_monitor.h.
| std::shared_ptr<BACKGROUND_JOB_REPORTER> BACKGROUND_JOB::m_reporter |
Definition at line 80 of file background_jobs_monitor.h.
| wxString BACKGROUND_JOB::m_status |
Definition at line 79 of file background_jobs_monitor.h.