KiCad PCB EDA Suite
|
#include <job_fp_export_svg.h>
Public Member Functions | |
JOB_FP_EXPORT_SVG (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_libraryPath |
wxString | m_footprint |
wxString | m_outputDirectory |
wxString | m_colorTheme |
bool | m_blackAndWhite |
bool | m_sketchPadsOnFabLayers |
bool | m_hideDNPFPsOnFabLayers |
bool | m_sketchDNPFPsOnFabLayers |
bool | m_crossoutDNPFPsOnFabLayers |
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_fp_export_svg.h.
JOB_FP_EXPORT_SVG::JOB_FP_EXPORT_SVG | ( | bool | aIsCli | ) |
Definition at line 24 of file job_fp_export_svg.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().
bool JOB_FP_EXPORT_SVG::m_blackAndWhite |
Definition at line 42 of file job_fp_export_svg.h.
Referenced by PCBNEW_JOBS_HANDLER::doFpExportSvg().
wxString JOB_FP_EXPORT_SVG::m_colorTheme |
Definition at line 40 of file job_fp_export_svg.h.
Referenced by PCBNEW_JOBS_HANDLER::doFpExportSvg().
bool JOB_FP_EXPORT_SVG::m_crossoutDNPFPsOnFabLayers |
Definition at line 46 of file job_fp_export_svg.h.
Referenced by PCBNEW_JOBS_HANDLER::doFpExportSvg().
wxString JOB_FP_EXPORT_SVG::m_footprint |
Definition at line 36 of file job_fp_export_svg.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportFpSvg().
bool JOB_FP_EXPORT_SVG::m_hideDNPFPsOnFabLayers |
Definition at line 44 of file job_fp_export_svg.h.
Referenced by PCBNEW_JOBS_HANDLER::doFpExportSvg().
wxString JOB_FP_EXPORT_SVG::m_libraryPath |
Definition at line 35 of file job_fp_export_svg.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportFpSvg().
wxString JOB_FP_EXPORT_SVG::m_outputDirectory |
Definition at line 38 of file job_fp_export_svg.h.
Referenced by PCBNEW_JOBS_HANDLER::doFpExportSvg(), and PCBNEW_JOBS_HANDLER::JobExportFpSvg().
LSEQ JOB_FP_EXPORT_SVG::m_printMaskLayer |
Definition at line 48 of file job_fp_export_svg.h.
Referenced by PCBNEW_JOBS_HANDLER::doFpExportSvg().
bool JOB_FP_EXPORT_SVG::m_sketchDNPFPsOnFabLayers |
Definition at line 45 of file job_fp_export_svg.h.
Referenced by PCBNEW_JOBS_HANDLER::doFpExportSvg().
bool JOB_FP_EXPORT_SVG::m_sketchPadsOnFabLayers |
Definition at line 43 of file job_fp_export_svg.h.
Referenced by PCBNEW_JOBS_HANDLER::doFpExportSvg().
|
protectedinherited |