|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
| NLOHMANN_JSON_SERIALIZE_ENUM (JOB_GERBER_EXPORT_PNG::UNITS, { { JOB_GERBER_EXPORT_PNG::UNITS::MM, "mm" }, { JOB_GERBER_EXPORT_PNG::UNITS::INCH, "in" }, { JOB_GERBER_EXPORT_PNG::UNITS::MILS, "mils" } }) JOB_GERBER_EXPORT_PNG | |
| REGISTER_JOB (gerber_export_png, _HKI("Gerber: Export PNG"), KIWAY::FACE_GERBVIEW, JOB_GERBER_EXPORT_PNG) | |
| NLOHMANN_JSON_SERIALIZE_ENUM | ( | JOB_GERBER_EXPORT_PNG::UNITS | , |
| { { JOB_GERBER_EXPORT_PNG::UNITS::MM, "mm" }, { JOB_GERBER_EXPORT_PNG::UNITS::INCH, "in" }, { JOB_GERBER_EXPORT_PNG::UNITS::MILS, "mils" } } | ) |
Definition at line 25 of file job_gerber_export_png.cpp.
References JOB_GERBER_EXPORT_PNG::INCH, JOB_GERBER_EXPORT_PNG::MILS, and JOB_GERBER_EXPORT_PNG::MM.
| REGISTER_JOB | ( | gerber_export_png | , |
| _HKI("Gerber: Export PNG") | , | ||
| KIWAY::FACE_GERBVIEW | , | ||
| JOB_GERBER_EXPORT_PNG | ) |
References KIWAY::FACE_GERBVIEW.