KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
NLOHMANN_JSON_SERIALIZE_ENUM (JOB_EXPORT_PCB_PS::GEN_MODE, { { JOB_EXPORT_PCB_PS::GEN_MODE::MULTI, "multi" }, { JOB_EXPORT_PCB_PS::GEN_MODE::SINGLE, "single" }, }) JOB_EXPORT_PCB_PS | |
REGISTER_JOB (pcb_export_ps, _HKI("PCB: Export Postscript"), KIWAY::FACE_PCB, JOB_EXPORT_PCB_PS) | |
NLOHMANN_JSON_SERIALIZE_ENUM | ( | JOB_EXPORT_PCB_PS::GEN_MODE | , |
{ { JOB_EXPORT_PCB_PS::GEN_MODE::MULTI, "multi" }, { JOB_EXPORT_PCB_PS::GEN_MODE::SINGLE, "single" }, } | ) |
Definition at line 26 of file job_export_pcb_ps.cpp.
References JOB_EXPORT_PCB_PS::MULTI, and JOB_EXPORT_PCB_PS::SINGLE.
REGISTER_JOB | ( | pcb_export_ps | , |
_HKI("PCB: Export Postscript") | , | ||
KIWAY::FACE_PCB | , | ||
JOB_EXPORT_PCB_PS | ) |
References KIWAY::FACE_PCB.