KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
job_export_pcb_pdf.cpp File Reference

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)
 

Function Documentation

◆ NLOHMANN_JSON_SERIALIZE_ENUM()

◆ REGISTER_JOB()

REGISTER_JOB ( pcb_export_pdf  ,
_HKI("PCB: Export PDF")  ,
KIWAY::FACE_PCB  ,
JOB_EXPORT_PCB_PDF   
)