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 73 of file background_jobs_monitor.h.
int BACKGROUND_JOB::m_currentProgress |
Definition at line 81 of file background_jobs_monitor.h.
int BACKGROUND_JOB::m_maxProgress |
Definition at line 80 of file background_jobs_monitor.h.
wxString BACKGROUND_JOB::m_name |
Definition at line 76 of file background_jobs_monitor.h.
std::shared_ptr<BACKGROUND_JOB_REPORTER> BACKGROUND_JOB::m_reporter |
Definition at line 78 of file background_jobs_monitor.h.
wxString BACKGROUND_JOB::m_status |
Definition at line 77 of file background_jobs_monitor.h.