| 
    KiCad PCB EDA Suite
    
   | 
 
Go to the source code of this file.
Functions | |
| NLOHMANN_JSON_SERIALIZE_ENUM (JOB_EXPORT_PCB_PDF::GEN_MODE, { { JOB_EXPORT_PCB_PDF::GEN_MODE::ALL_LAYERS_ONE_FILE, "all-layers-one-file" }, { JOB_EXPORT_PCB_PDF::GEN_MODE::ALL_LAYERS_SEPARATE_FILE, "all-layers-separate-files" }, { JOB_EXPORT_PCB_PDF::GEN_MODE::ONE_PAGE_PER_LAYER_ONE_FILE, "one-page-per-layer-one-file" } }) JOB_EXPORT_PCB_PDF | |
| REGISTER_JOB (pcb_export_pdf, _HKI("PCB: Export PDF"), KIWAY::FACE_PCB, JOB_EXPORT_PCB_PDF) | |
| NLOHMANN_JSON_SERIALIZE_ENUM | ( | JOB_EXPORT_PCB_PDF::GEN_MODE | , | 
| { { JOB_EXPORT_PCB_PDF::GEN_MODE::ALL_LAYERS_ONE_FILE, "all-layers-one-file" }, { JOB_EXPORT_PCB_PDF::GEN_MODE::ALL_LAYERS_SEPARATE_FILE, "all-layers-separate-files" }, { JOB_EXPORT_PCB_PDF::GEN_MODE::ONE_PAGE_PER_LAYER_ONE_FILE, "one-page-per-layer-one-file" } } | ) | 
Definition at line 25 of file job_export_pcb_pdf.cpp.
References JOB_EXPORT_PCB_PDF::ALL_LAYERS_ONE_FILE, JOB_EXPORT_PCB_PDF::ALL_LAYERS_SEPARATE_FILE, and JOB_EXPORT_PCB_PDF::ONE_PAGE_PER_LAYER_ONE_FILE.
| REGISTER_JOB | ( | pcb_export_pdf | , | 
| _HKI("PCB: Export PDF") | , | ||
| KIWAY::FACE_PCB | , | ||
| JOB_EXPORT_PCB_PDF | ) | 
References KIWAY::FACE_PCB.