KiCad PCB EDA Suite
|
An simple container class that lets us dispatch output jobs to kifaces. More...
#include <job.h>
Public Member Functions | |
JOB (const std::string &aType, bool aIsCli) | |
virtual | ~JOB () |
const std::string & | GetType () const |
bool | IsCli () const |
Private Attributes | |
std::string | m_type |
bool | m_isCli |
An simple container class that lets us dispatch output jobs to kifaces.
|
inline |
|
inline |
Definition at line 35 of file job.h.
References m_isCli.
Referenced by PCBNEW_JOBS_HANDLER::JobExportDrill(), PCBNEW_JOBS_HANDLER::JobExportDxf(), PCBNEW_JOBS_HANDLER::JobExportFpSvg(), PCBNEW_JOBS_HANDLER::JobExportFpUpgrade(), PCBNEW_JOBS_HANDLER::JobExportGerber(), PCBNEW_JOBS_HANDLER::JobExportGerbers(), PCBNEW_JOBS_HANDLER::JobExportPdf(), PCBNEW_JOBS_HANDLER::JobExportPos(), PCBNEW_JOBS_HANDLER::JobExportStep(), and PCBNEW_JOBS_HANDLER::JobExportSvg().