| 
    KiCad PCB EDA Suite
    
   | 
 
#include <jobset.h>
Public Member Functions | |
| JOBSET_JOB () | |
| JOBSET_JOB (const wxString &id, const wxString &type, JOB *job) | |
| wxString | GetDescription () const | 
| void | SetDescription (const wxString &aDescription) | 
| bool | operator== (const JOBSET_JOB &rhs) const | 
Public Attributes | |
| wxString | m_id | 
| wxString | m_type | 
| wxString | m_description | 
| std::shared_ptr< JOB > | m_job | 
      
  | 
  inline | 
      
  | 
  inline | 
| wxString JOBSET_JOB::GetDescription | ( | ) | const | 
Definition at line 178 of file jobset.cpp.
References m_description, and m_job.
| bool JOBSET_JOB::operator== | ( | const JOBSET_JOB & | rhs | ) | const | 
Definition at line 172 of file jobset.cpp.
References JOBSET_JOB(), and m_type.
| void JOBSET_JOB::SetDescription | ( | const wxString & | aDescription | ) | 
Definition at line 184 of file jobset.cpp.
References m_description, and m_job.
| wxString JOBSET_JOB::m_description | 
Definition at line 89 of file jobset.h.
Referenced by from_json(), GetDescription(), and SetDescription().
| wxString JOBSET_JOB::m_id | 
Definition at line 87 of file jobset.h.
Referenced by from_json(), JOBSET_JOB(), and JOBS_RUNNER::runSpecialExecute().
| std::shared_ptr<JOB> JOBSET_JOB::m_job | 
Definition at line 90 of file jobset.h.
Referenced by from_json(), GetDescription(), JOBSET_JOB(), JOBSET_JOB(), PANEL_JOBSET::OpenJobOptionsForListItem(), JOBS_RUNNER::runSpecialCopyFiles(), JOBS_RUNNER::runSpecialExecute(), and SetDescription().
| wxString JOBSET_JOB::m_type | 
Definition at line 88 of file jobset.h.
Referenced by from_json(), JOBSET_JOB(), PANEL_JOBSET::OpenJobOptionsForListItem(), and operator==().