KiCad PCB EDA Suite
|
#include <job_export_pcb_step.h>
Public Member Functions | |
JOB_EXPORT_PCB_STEP (bool aIsCli) | |
const std::string & | GetType () const |
bool | IsCli () const |
Public Attributes | |
bool | m_overwrite |
bool | m_useGridOrigin |
bool | m_useDrillOrigin |
bool | m_boardOnly |
bool | m_includeUnspecified |
bool | m_includeDNP |
bool | m_substModels |
wxString | m_filename |
wxString | m_outputFile |
double | m_xOrigin |
double | m_yOrigin |
double | m_BoardOutlinesChainingEpsilon |
bool | m_exportTracks |
Private Attributes | |
std::string | m_type |
bool | m_isCli |
Definition at line 27 of file job_export_pcb_step.h.
|
inline |
Definition at line 30 of file job_export_pcb_step.h.
|
inlineinherited |
Definition at line 34 of file job.h.
References JOB::m_type.
Referenced by JOB_DISPATCHER::RunJob().
|
inlineinherited |
Definition at line 35 of file job.h.
References JOB::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().
bool JOB_EXPORT_PCB_STEP::m_boardOnly |
Definition at line 52 of file job_export_pcb_step.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportStep().
double JOB_EXPORT_PCB_STEP::m_BoardOutlinesChainingEpsilon |
Definition at line 60 of file job_export_pcb_step.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportStep().
bool JOB_EXPORT_PCB_STEP::m_exportTracks |
Definition at line 61 of file job_export_pcb_step.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportStep().
wxString JOB_EXPORT_PCB_STEP::m_filename |
Definition at line 56 of file job_export_pcb_step.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportStep().
bool JOB_EXPORT_PCB_STEP::m_includeDNP |
Definition at line 54 of file job_export_pcb_step.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportStep().
bool JOB_EXPORT_PCB_STEP::m_includeUnspecified |
Definition at line 53 of file job_export_pcb_step.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportStep().
|
privateinherited |
Definition at line 39 of file job.h.
Referenced by JOB::IsCli().
wxString JOB_EXPORT_PCB_STEP::m_outputFile |
Definition at line 57 of file job_export_pcb_step.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportStep().
bool JOB_EXPORT_PCB_STEP::m_overwrite |
Definition at line 49 of file job_export_pcb_step.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportStep().
bool JOB_EXPORT_PCB_STEP::m_substModels |
Definition at line 55 of file job_export_pcb_step.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportStep().
|
privateinherited |
Definition at line 38 of file job.h.
Referenced by JOB::GetType().
bool JOB_EXPORT_PCB_STEP::m_useDrillOrigin |
Definition at line 51 of file job_export_pcb_step.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportStep().
bool JOB_EXPORT_PCB_STEP::m_useGridOrigin |
Definition at line 50 of file job_export_pcb_step.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportStep().
double JOB_EXPORT_PCB_STEP::m_xOrigin |
Definition at line 58 of file job_export_pcb_step.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportStep().
double JOB_EXPORT_PCB_STEP::m_yOrigin |
Definition at line 59 of file job_export_pcb_step.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportStep().