KiCad PCB EDA Suite
Loading...
Searching...
No Matches
BACKGROUND_JOB Struct Reference

#include <background_jobs_monitor.h>

Public Attributes

wxString m_name
 
wxString m_status
 
std::shared_ptr< BACKGROUND_JOB_REPORTERm_reporter
 
int m_maxProgress
 
int m_currentProgress
 

Detailed Description

Definition at line 73 of file background_jobs_monitor.h.

Member Data Documentation

◆ m_currentProgress

int BACKGROUND_JOB::m_currentProgress

Definition at line 81 of file background_jobs_monitor.h.

◆ m_maxProgress

int BACKGROUND_JOB::m_maxProgress

Definition at line 80 of file background_jobs_monitor.h.

◆ m_name

wxString BACKGROUND_JOB::m_name

Definition at line 76 of file background_jobs_monitor.h.

◆ m_reporter

std::shared_ptr<BACKGROUND_JOB_REPORTER> BACKGROUND_JOB::m_reporter

Definition at line 78 of file background_jobs_monitor.h.

◆ m_status

wxString BACKGROUND_JOB::m_status

Definition at line 77 of file background_jobs_monitor.h.


The documentation for this struct was generated from the following file: