KiCad PCB EDA Suite
|
#include <job_export_pcb_dxf.h>
Public Types | |
enum class | DXF_UNITS { INCHES , MILLIMETERS } |
Public Member Functions | |
JOB_EXPORT_PCB_DXF (bool aIsCli) | |
const std::string & | GetType () const |
bool | IsCli () const |
const std::map< wxString, wxString > & | GetVarOverrides () const |
void | SetVarOverrides (const std::map< wxString, wxString > &aVarOverrides) |
Public Attributes | |
wxString | m_filename |
wxString | m_outputFile |
wxString | m_drawingSheet |
bool | m_plotFootprintValues |
bool | m_plotRefDes |
bool | m_plotGraphicItemsUsingContours |
bool | m_useDrillOrigin |
bool | m_plotBorderTitleBlocks |
DXF_UNITS | m_dxfUnits |
LSEQ | m_printMaskLayer |
Protected Attributes | |
std::string | m_type |
bool | m_isCli |
std::map< wxString, wxString > | m_varOverrides |
Definition at line 30 of file job_export_pcb_dxf.h.
|
strong |
Enumerator | |
---|---|
INCHES | |
MILLIMETERS |
Definition at line 35 of file job_export_pcb_dxf.h.
JOB_EXPORT_PCB_DXF::JOB_EXPORT_PCB_DXF | ( | bool | aIsCli | ) |
Definition at line 24 of file job_export_pcb_dxf.cpp.
|
inlineinherited |
Definition at line 38 of file job.h.
Referenced by JOB_DISPATCHER::RunJob().
|
inlineinherited |
Definition at line 41 of file job.h.
Referenced by PCBNEW_JOBS_HANDLER::doFpExportSvg(), EESCHEMA_JOBS_HANDLER::JobExportBom(), PCBNEW_JOBS_HANDLER::JobExportDrc(), PCBNEW_JOBS_HANDLER::JobExportDxf(), PCBNEW_JOBS_HANDLER::JobExportGerber(), PCBNEW_JOBS_HANDLER::JobExportGerbers(), PCBNEW_JOBS_HANDLER::JobExportPdf(), EESCHEMA_JOBS_HANDLER::JobExportPlot(), PCBNEW_JOBS_HANDLER::JobExportRender(), PCBNEW_JOBS_HANDLER::JobExportStep(), PCBNEW_JOBS_HANDLER::JobExportSvg(), and EESCHEMA_JOBS_HANDLER::JobSchErc().
|
inlineinherited |
Definition at line 39 of file job.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportDrc(), 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::JobExportIpc2581(), PCBNEW_JOBS_HANDLER::JobExportPdf(), PCBNEW_JOBS_HANDLER::JobExportPos(), PCBNEW_JOBS_HANDLER::JobExportRender(), PCBNEW_JOBS_HANDLER::JobExportStep(), and PCBNEW_JOBS_HANDLER::JobExportSvg().
|
inlineinherited |
Definition at line 43 of file job.h.
Referenced by CLI::PCB_EXPORT_GERBER_COMMAND::populateJob().
wxString JOB_EXPORT_PCB_DXF::m_drawingSheet |
Definition at line 43 of file job_export_pcb_dxf.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportDxf().
DXF_UNITS JOB_EXPORT_PCB_DXF::m_dxfUnits |
Definition at line 50 of file job_export_pcb_dxf.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportDxf().
wxString JOB_EXPORT_PCB_DXF::m_filename |
Definition at line 41 of file job_export_pcb_dxf.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportDxf().
wxString JOB_EXPORT_PCB_DXF::m_outputFile |
Definition at line 42 of file job_export_pcb_dxf.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportDxf().
bool JOB_EXPORT_PCB_DXF::m_plotBorderTitleBlocks |
Definition at line 49 of file job_export_pcb_dxf.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportDxf().
bool JOB_EXPORT_PCB_DXF::m_plotFootprintValues |
Definition at line 45 of file job_export_pcb_dxf.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportDxf().
bool JOB_EXPORT_PCB_DXF::m_plotGraphicItemsUsingContours |
Definition at line 47 of file job_export_pcb_dxf.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportDxf().
bool JOB_EXPORT_PCB_DXF::m_plotRefDes |
Definition at line 46 of file job_export_pcb_dxf.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportDxf().
LSEQ JOB_EXPORT_PCB_DXF::m_printMaskLayer |
Definition at line 52 of file job_export_pcb_dxf.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportDxf().
bool JOB_EXPORT_PCB_DXF::m_useDrillOrigin |
Definition at line 48 of file job_export_pcb_dxf.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportDxf().
|
protectedinherited |