KiCad PCB EDA Suite
Loading...
Searching...
No Matches
job_export_sch_plot.cpp File Reference

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(JOB_HPGL_PAGE_SIZE
 
 REGISTER_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 PS"), 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)
 

Function Documentation

◆ NLOHMANN_JSON_SERIALIZE_ENUM()

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" }, }   
)

◆ REGISTER_JOB() [1/4]

REGISTER_JOB ( sch_export_plot_dxf  ,
_HKI("Schematic: Export DXF")  ,
KIWAY::FACE_SCH  ,
JOB_EXPORT_SCH_PLOT_DXF   
)

◆ REGISTER_JOB() [2/4]

REGISTER_JOB ( sch_export_plot_hpgl  ,
_HKI("Schematic: Export HPGL")  ,
KIWAY::FACE_SCH  ,
JOB_EXPORT_SCH_PLOT_HPGL   
)

◆ REGISTER_JOB() [3/4]

REGISTER_JOB ( sch_export_plot_pdf  ,
_HKI("Schematic: Export PDF")  ,
KIWAY::FACE_SCH  ,
JOB_EXPORT_SCH_PLOT_PDF   
)

◆ REGISTER_JOB() [4/4]

REGISTER_JOB ( sch_export_plot_ps  ,
_HKI("Schematic: Export PS")  ,
KIWAY::FACE_SCH  ,
JOB_EXPORT_SCH_PLOT_PS   
)