KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
NLOHMANN_JSON_SERIALIZE_ENUM (JOB_PAGE_SIZE, { { JOB_PAGE_SIZE::PAGE_SIZE_AUTO, "auto" }, { JOB_PAGE_SIZE::PAGE_SIZE_A4, "A4" }, { JOB_PAGE_SIZE::PAGE_SIZE_A, "A" }, }) NLOHMANN_JSON_SERIALIZE_ENUM(SCH_PLOT_FORMAT | |
REGISTER_DEPRECATED_JOB (sch_export_plot_hpgl, _HKI("Schematic: Export HPGL"), KIWAY::FACE_SCH, JOB_EXPORT_SCH_PLOT_HPGL) | |
REGISTER_JOB (sch_export_plot_ps, _HKI("Schematic: Export Postscript"), KIWAY::FACE_SCH, JOB_EXPORT_SCH_PLOT_PS) | |
REGISTER_JOB (sch_export_plot_dxf, _HKI("Schematic: Export DXF"), KIWAY::FACE_SCH, JOB_EXPORT_SCH_PLOT_DXF) | |
REGISTER_JOB (sch_export_plot_pdf, _HKI("Schematic: Export PDF"), KIWAY::FACE_SCH, JOB_EXPORT_SCH_PLOT_PDF) | |
NLOHMANN_JSON_SERIALIZE_ENUM | ( | JOB_PAGE_SIZE | , |
{ { JOB_PAGE_SIZE::PAGE_SIZE_AUTO, "auto" }, { JOB_PAGE_SIZE::PAGE_SIZE_A4, "A4" }, { JOB_PAGE_SIZE::PAGE_SIZE_A, "A" }, } | ) |
References PAGE_SIZE_A, PAGE_SIZE_A4, and PAGE_SIZE_AUTO.
REGISTER_DEPRECATED_JOB | ( | sch_export_plot_hpgl | , |
_HKI("Schematic: Export HPGL") | , | ||
KIWAY::FACE_SCH | , | ||
JOB_EXPORT_SCH_PLOT_HPGL | ) |
References KIWAY::FACE_SCH.
REGISTER_JOB | ( | sch_export_plot_dxf | , |
_HKI("Schematic: Export DXF") | , | ||
KIWAY::FACE_SCH | , | ||
JOB_EXPORT_SCH_PLOT_DXF | ) |
References KIWAY::FACE_SCH.
REGISTER_JOB | ( | sch_export_plot_pdf | , |
_HKI("Schematic: Export PDF") | , | ||
KIWAY::FACE_SCH | , | ||
JOB_EXPORT_SCH_PLOT_PDF | ) |
References KIWAY::FACE_SCH.
REGISTER_JOB | ( | sch_export_plot_ps | , |
_HKI("Schematic: Export Postscript") | , | ||
KIWAY::FACE_SCH | , | ||
JOB_EXPORT_SCH_PLOT_PS | ) |
References KIWAY::FACE_SCH.