KiCad PCB EDA Suite
|
#include <job_export_sch_plot.h>
Public Member Functions | |
JOB_EXPORT_SCH_PLOT () | |
const std::string & | GetType () const |
const std::map< wxString, wxString > & | GetVarOverrides () const |
void | SetVarOverrides (const std::map< wxString, wxString > &aVarOverrides) |
virtual void | FromJson (const nlohmann::json &j) |
virtual void | ToJson (nlohmann::json &j) const |
virtual wxString | GetDescription () |
const std::vector< JOB_PARAM_BASE * > & | GetParams () |
void | ClearExistingOutputs () |
const std::vector< JOB_OUTPUT > & | GetOutputs () |
void | AddOutput (wxString aOutputPath) |
void | SetTempOutputDirectory (const wxString &aBase) |
void | SetOutputPath (const wxString &aPath) |
wxString | GetOutputPath () const |
wxString | GetFullOutputPath () const |
bool | OutputPathFullSpecified () const |
Public Attributes | |
SCH_PLOT_FORMAT | m_plotFormat |
wxString | m_filename |
wxString | m_drawingSheet |
bool | m_plotAll |
bool | m_plotDrawingSheet |
std::vector< wxString > | m_plotPages |
bool | m_blackAndWhite |
JOB_PAGE_SIZE | m_pageSizeSelect |
bool | m_useBackgroundColor |
double | m_HPGLPenSize |
JOB_HPGL_PAGE_SIZE | m_HPGLPaperSizeSelect |
bool | m_PDFPropertyPopups |
bool | m_PDFHierarchicalLinks |
bool | m_PDFMetadata |
wxString | m_theme |
wxString | m_outputDirectory |
wxString | m_outputFile |
JOB_HPGL_PLOT_ORIGIN_AND_UNITS | m_HPGLPlotOrigin |
Protected Attributes | |
std::string | m_type |
std::map< wxString, wxString > | m_varOverrides |
wxString | m_tempOutputDirectory |
wxString | m_outputPath |
bool | m_outputPathIsDirectory |
std::vector< JOB_PARAM_BASE * > | m_params |
std::vector< JOB_OUTPUT > | m_outputs |
Definition at line 75 of file job_export_sch_plot.h.
JOB_EXPORT_SCH_PLOT::JOB_EXPORT_SCH_PLOT | ( | ) |
|
inlineinherited |
Definition at line 111 of file job.h.
Referenced by PCBNEW_JOBS_HANDLER::JobExportPos().
|
inlineinherited |
Definition at line 103 of file job.h.
Referenced by JOB_DISPATCHER::RunJob().
|
virtualinherited |
|
virtualinherited |
Reimplemented in JOB_EXPORT_PCB_3D, JOB_EXPORT_PCB_DRILL, JOB_EXPORT_PCB_DXF, JOB_EXPORT_PCB_GERBER, JOB_EXPORT_PCB_GERBERS, JOB_EXPORT_PCB_IPC2581, JOB_EXPORT_PCB_PDF, JOB_EXPORT_PCB_POS, JOB_EXPORT_PCB_SVG, JOB_EXPORT_SCH_BOM, JOB_EXPORT_SCH_NETLIST, JOB_EXPORT_SCH_PLOT_PDF, JOB_EXPORT_SCH_PLOT_DXF, JOB_EXPORT_SCH_PLOT_SVG, JOB_EXPORT_SCH_PLOT_PS, JOB_EXPORT_SCH_PLOT_HPGL, JOB_EXPORT_SCH_PYTHONBOM, JOB_PCB_DRC, JOB_SCH_ERC, and JOB_SPECIAL_EXECUTE.
|
inherited |
Definition at line 87 of file job.cpp.
References JOB::m_outputPath, JOB::m_outputPathIsDirectory, JOB::m_tempOutputDirectory, and PrependDirectoryToPath().
Referenced by PCBNEW_JOBS_HANDLER::JobExportDrill(), PCBNEW_JOBS_HANDLER::JobExportDxf(), PCBNEW_JOBS_HANDLER::JobExportGencad(), PCBNEW_JOBS_HANDLER::JobExportGerber(), PCBNEW_JOBS_HANDLER::JobExportGerbers(), PCBNEW_JOBS_HANDLER::JobExportIpc2581(), PCBNEW_JOBS_HANDLER::JobExportPdf(), PCBNEW_JOBS_HANDLER::JobExportPos(), PCBNEW_JOBS_HANDLER::JobExportStep(), PCBNEW_JOBS_HANDLER::JobExportSvg(), and JOBS_RUNNER::runSpecialExecute().
|
inlineinherited |
Definition at line 119 of file job.h.
Referenced by DIALOG_EXPORT_2581::DIALOG_EXPORT_2581(), DIALOG_EXPORT_NETLIST::DIALOG_EXPORT_NETLIST(), DIALOG_GEN_FOOTPRINT_POSITION::initDialog(), DIALOG_GENDRILL::InitDisplayParams(), DIALOG_PLOT_SCHEMATIC::initDlg(), EESCHEMA_JOBS_HANDLER::JobExportBom(), PCBNEW_JOBS_HANDLER::JobExportDxf(), PCBNEW_JOBS_HANDLER::JobExportGencad(), PCBNEW_JOBS_HANDLER::JobExportGerber(), EESCHEMA_JOBS_HANDLER::JobExportNetlist(), PCBNEW_JOBS_HANDLER::JobExportPdf(), PCBNEW_JOBS_HANDLER::JobExportPos(), EESCHEMA_JOBS_HANDLER::JobExportPythonBom(), and PCBNEW_JOBS_HANDLER::JobExportStep().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Definition at line 85 of file job.h.
Referenced by JOB_DISPATCHER::HandleJobConfig(), and JOB_DISPATCHER::RunJob().
|
inlineinherited |
Definition at line 87 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().
|
inherited |
Definition at line 135 of file job.cpp.
References JOB::m_outputPath, and JOB::m_outputPathIsDirectory.
Referenced by PCBNEW_JOBS_HANDLER::JobExportIpc2581().
|
inherited |
Definition at line 129 of file job.cpp.
References JOB::m_outputPath.
Referenced by EESCHEMA_JOBS_HANDLER::JobExportBom(), PCBNEW_JOBS_HANDLER::JobExportDxf(), PCBNEW_JOBS_HANDLER::JobExportGencad(), PCBNEW_JOBS_HANDLER::JobExportGerber(), PCBNEW_JOBS_HANDLER::JobExportIpc2581(), EESCHEMA_JOBS_HANDLER::JobExportNetlist(), PCBNEW_JOBS_HANDLER::JobExportPdf(), PCBNEW_JOBS_HANDLER::JobExportPos(), EESCHEMA_JOBS_HANDLER::JobExportPythonBom(), PCBNEW_JOBS_HANDLER::JobExportStep(), DIALOG_EXPORT_NETLIST::NetlistUpdateOpt(), DIALOG_EXPORT_STEP::onExportButton(), DIALOG_GENDRILL::OnGenDrillFile(), DIALOG_GEN_FOOTPRINT_POSITION::OnGenerate(), CLI::PCB_EXPORT_GERBER_COMMAND::populateJob(), JOB_EXPORT_PCB_IPC2581::SetDefaultOutputPath(), JOB_EXPORT_PCB_POS::SetDefaultOutputPath(), DIALOG_SPECIAL_EXECUTE::TransferDataFromWindow(), and DIALOG_EXPORT_2581::TransferDataFromWindow().
|
inherited |
Definition at line 73 of file job.cpp.
References JOB::m_tempOutputDirectory.
|
inlineinherited |
Definition at line 89 of file job.h.
Referenced by CLI::PCB_EXPORT_GERBER_COMMAND::populateJob().
|
virtualinherited |
bool JOB_EXPORT_SCH_PLOT::m_blackAndWhite |
Definition at line 88 of file job_export_sch_plot.h.
Referenced by DIALOG_PLOT_SCHEMATIC::initDlg(), EESCHEMA_JOBS_HANDLER::JobExportPlot(), and DIALOG_PLOT_SCHEMATIC::OnPlotAll().
wxString JOB_EXPORT_SCH_PLOT::m_drawingSheet |
Definition at line 82 of file job_export_sch_plot.h.
Referenced by EESCHEMA_JOBS_HANDLER::JobExportPlot().
wxString JOB_EXPORT_SCH_PLOT::m_filename |
Definition at line 81 of file job_export_sch_plot.h.
Referenced by EESCHEMA_JOBS_HANDLER::JobExportPlot(), and DIALOG_PLOT_SCHEMATIC::OnPlotAll().
JOB_HPGL_PAGE_SIZE JOB_EXPORT_SCH_PLOT::m_HPGLPaperSizeSelect |
Definition at line 92 of file job_export_sch_plot.h.
Referenced by DIALOG_PLOT_SCHEMATIC::initDlg(), and EESCHEMA_JOBS_HANDLER::JobExportPlot().
double JOB_EXPORT_SCH_PLOT::m_HPGLPenSize |
Definition at line 91 of file job_export_sch_plot.h.
Referenced by DIALOG_PLOT_SCHEMATIC::initDlg(), EESCHEMA_JOBS_HANDLER::JobExportPlot(), and DIALOG_PLOT_SCHEMATIC::OnPlotAll().
JOB_HPGL_PLOT_ORIGIN_AND_UNITS JOB_EXPORT_SCH_PLOT::m_HPGLPlotOrigin |
Definition at line 101 of file job_export_sch_plot.h.
Referenced by DIALOG_PLOT_SCHEMATIC::initDlg(), EESCHEMA_JOBS_HANDLER::JobExportPlot(), and DIALOG_PLOT_SCHEMATIC::OnPlotAll().
wxString JOB_EXPORT_SCH_PLOT::m_outputDirectory |
Definition at line 98 of file job_export_sch_plot.h.
Referenced by EESCHEMA_JOBS_HANDLER::JobExportPlot().
wxString JOB_EXPORT_SCH_PLOT::m_outputFile |
Definition at line 99 of file job_export_sch_plot.h.
Referenced by EESCHEMA_JOBS_HANDLER::JobExportPlot().
|
protectedinherited |
Definition at line 131 of file job.h.
Referenced by JOB::GetFullOutputPath(), JOB::JOB(), JOB::OutputPathFullSpecified(), and JOB::SetOutputPath().
|
protectedinherited |
Definition at line 132 of file job.h.
Referenced by JOB::GetFullOutputPath(), JOB::JOB(), and JOB::OutputPathFullSpecified().
|
protectedinherited |
JOB_PAGE_SIZE JOB_EXPORT_SCH_PLOT::m_pageSizeSelect |
Definition at line 89 of file job_export_sch_plot.h.
Referenced by DIALOG_PLOT_SCHEMATIC::initDlg(), EESCHEMA_JOBS_HANDLER::JobExportPlot(), and DIALOG_PLOT_SCHEMATIC::OnPlotAll().
|
protectedinherited |
Definition at line 134 of file job.h.
Referenced by JOB::FromJson(), JOB::JOB(), JOB_EXPORT_PCB_3D::JOB_EXPORT_PCB_3D(), JOB_EXPORT_PCB_GERBER::JOB_EXPORT_PCB_GERBER(), JOB_EXPORT_PCB_GERBERS::JOB_EXPORT_PCB_GERBERS(), JOB_EXPORT_PCB_PDF::JOB_EXPORT_PCB_PDF(), JOB_EXPORT_PCB_SVG::JOB_EXPORT_PCB_SVG(), JOB_EXPORT_SCH_BOM::JOB_EXPORT_SCH_BOM(), JOB_SPECIAL_EXECUTE::JOB_SPECIAL_EXECUTE(), JOB::ToJson(), and JOB::~JOB().
bool JOB_EXPORT_SCH_PLOT::m_PDFHierarchicalLinks |
Definition at line 94 of file job_export_sch_plot.h.
Referenced by DIALOG_PLOT_SCHEMATIC::initDlg(), EESCHEMA_JOBS_HANDLER::JobExportPlot(), and DIALOG_PLOT_SCHEMATIC::OnPlotAll().
bool JOB_EXPORT_SCH_PLOT::m_PDFMetadata |
Definition at line 95 of file job_export_sch_plot.h.
Referenced by DIALOG_PLOT_SCHEMATIC::initDlg(), EESCHEMA_JOBS_HANDLER::JobExportPlot(), and DIALOG_PLOT_SCHEMATIC::OnPlotAll().
bool JOB_EXPORT_SCH_PLOT::m_PDFPropertyPopups |
Definition at line 93 of file job_export_sch_plot.h.
Referenced by DIALOG_PLOT_SCHEMATIC::initDlg(), EESCHEMA_JOBS_HANDLER::JobExportPlot(), and DIALOG_PLOT_SCHEMATIC::OnPlotAll().
bool JOB_EXPORT_SCH_PLOT::m_plotAll |
Definition at line 84 of file job_export_sch_plot.h.
Referenced by EESCHEMA_JOBS_HANDLER::JobExportPlot(), and DIALOG_PLOT_SCHEMATIC::OnPlotAll().
bool JOB_EXPORT_SCH_PLOT::m_plotDrawingSheet |
Definition at line 85 of file job_export_sch_plot.h.
Referenced by EESCHEMA_JOBS_HANDLER::JobExportPlot(), and DIALOG_PLOT_SCHEMATIC::OnPlotAll().
SCH_PLOT_FORMAT JOB_EXPORT_SCH_PLOT::m_plotFormat |
Definition at line 80 of file job_export_sch_plot.h.
Referenced by DIALOG_PLOT_SCHEMATIC::initDlg(), and EESCHEMA_JOBS_HANDLER::JobExportPlot().
std::vector<wxString> JOB_EXPORT_SCH_PLOT::m_plotPages |
Definition at line 86 of file job_export_sch_plot.h.
Referenced by EESCHEMA_JOBS_HANDLER::JobExportPlot().
|
protectedinherited |
Definition at line 129 of file job.h.
Referenced by JOB::GetFullOutputPath(), and JOB::SetTempOutputDirectory().
wxString JOB_EXPORT_SCH_PLOT::m_theme |
Definition at line 96 of file job_export_sch_plot.h.
Referenced by DIALOG_PLOT_SCHEMATIC::initDlg(), EESCHEMA_JOBS_HANDLER::JobExportPlot(), and DIALOG_PLOT_SCHEMATIC::OnPlotAll().
bool JOB_EXPORT_SCH_PLOT::m_useBackgroundColor |
Definition at line 90 of file job_export_sch_plot.h.
Referenced by DIALOG_PLOT_SCHEMATIC::initDlg(), EESCHEMA_JOBS_HANDLER::JobExportPlot(), and DIALOG_PLOT_SCHEMATIC::OnPlotAll().
|
protectedinherited |