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

#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
 
JOBm_job
 

Detailed Description

Definition at line 30 of file jobset.h.

Constructor & Destructor Documentation

◆ JOBSET_JOB() [1/2]

JOBSET_JOB::JOBSET_JOB ( )
inline

Definition at line 32 of file jobset.h.

◆ JOBSET_JOB() [2/2]

JOBSET_JOB::JOBSET_JOB ( wxString  id,
wxString  type,
JOB job 
)
inline

Definition at line 34 of file jobset.h.

Member Function Documentation

◆ operator==()

bool JOBSET_JOB::operator== ( const JOBSET_JOB rhs) const

Definition at line 100 of file jobset.cpp.

References m_type.

Member Data Documentation

◆ m_id

wxString JOBSET_JOB::m_id

Definition at line 36 of file jobset.h.

Referenced by from_json().

◆ m_job

JOB* JOBSET_JOB::m_job

◆ m_type

wxString JOBSET_JOB::m_type

Definition at line 37 of file jobset.h.

Referenced by from_json(), PANEL_JOBS::openJobOptionsForListItem(), and operator==().


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