| 
    KiCad PCB EDA Suite
    
   | 
 
Go to the source code of this file.
Functions | |
| NLOHMANN_JSON_SERIALIZE_ENUM (JOB_EXPORT_PCB_SVG::GEN_MODE, { { JOB_EXPORT_PCB_SVG::GEN_MODE::MULTI, "multi" }, { JOB_EXPORT_PCB_SVG::GEN_MODE::SINGLE, "single" }, }) JOB_EXPORT_PCB_SVG | |
| REGISTER_JOB (pcb_export_svg, _HKI("PCB: Export SVG"), KIWAY::FACE_PCB, JOB_EXPORT_PCB_SVG) | |
| NLOHMANN_JSON_SERIALIZE_ENUM | ( | JOB_EXPORT_PCB_SVG::GEN_MODE | , | 
| { { JOB_EXPORT_PCB_SVG::GEN_MODE::MULTI, "multi" }, { JOB_EXPORT_PCB_SVG::GEN_MODE::SINGLE, "single" }, } | ) | 
Definition at line 25 of file job_export_pcb_svg.cpp.
References JOB_EXPORT_PCB_SVG::MULTI, and JOB_EXPORT_PCB_SVG::SINGLE.
| REGISTER_JOB | ( | pcb_export_svg | , | 
| _HKI("PCB: Export SVG") | , | ||
| KIWAY::FACE_PCB | , | ||
| JOB_EXPORT_PCB_SVG | ) | 
References KIWAY::FACE_PCB.