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(SCH_PLOT_FORMAT
 
 REGISTER_DEPRECATED_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 Postscript"), 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_DEPRECATED_JOB()

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

References KIWAY::FACE_SCH.

◆ REGISTER_JOB() [1/3]

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

References KIWAY::FACE_SCH.

◆ REGISTER_JOB() [2/3]

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

References KIWAY::FACE_SCH.

◆ REGISTER_JOB() [3/3]

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

References KIWAY::FACE_SCH.