KiCad PCB EDA Suite
|
#include <jobset.h>
Public Member Functions | |
JOBSET_JOB () | |
JOBSET_JOB (wxString id, wxString type, JOB *job) | |
bool | operator== (const JOBSET_JOB &rhs) const |
Public Attributes | |
wxString | m_id |
wxString | m_type |
std::shared_ptr< JOB > | m_job |
|
inline |
bool JOBSET_JOB::operator== | ( | const JOBSET_JOB & | rhs | ) | const |
Definition at line 100 of file jobset.cpp.
References m_type.
wxString JOBSET_JOB::m_id |
Definition at line 37 of file jobset.h.
Referenced by from_json().
std::shared_ptr<JOB> JOBSET_JOB::m_job |
Definition at line 39 of file jobset.h.
Referenced by from_json(), PANEL_JOBS::openJobOptionsForListItem(), and JOBS_RUNNER::runSpecialExecute().
wxString JOBSET_JOB::m_type |
Definition at line 38 of file jobset.h.
Referenced by from_json(), PANEL_JOBS::openJobOptionsForListItem(), and operator==().