| 
    KiCad PCB EDA Suite
    
   | 
 
#include "job_export_pcb_stats.h"#include <jobs/job_registry.h>#include <wildcards_and_files_ext.h>#include <wx/filename.h>Go to the source code of this file.
Functions | |
| NLOHMANN_JSON_SERIALIZE_ENUM (JOB_EXPORT_PCB_STATS::UNITS, { { JOB_EXPORT_PCB_STATS::UNITS::INCH, "in" }, { JOB_EXPORT_PCB_STATS::UNITS::MM, "mm" }, }) JOB_EXPORT_PCB_STATS | |
| REGISTER_JOB (pcb_export_stats, _("PCB: Export Statistics"), KIWAY::FACE_PCB, JOB_EXPORT_PCB_STATS) | |
| NLOHMANN_JSON_SERIALIZE_ENUM | ( | JOB_EXPORT_PCB_STATS::UNITS | , | 
| { { JOB_EXPORT_PCB_STATS::UNITS::INCH, "in" }, { JOB_EXPORT_PCB_STATS::UNITS::MM, "mm" }, } | ) | 
Definition at line 26 of file job_export_pcb_stats.cpp.
References JOB_EXPORT_PCB_STATS::INCH, and JOB_EXPORT_PCB_STATS::MM.
| REGISTER_JOB | ( | pcb_export_stats | , | 
| _("PCB: Export Statistics") | , | ||
| KIWAY::FACE_PCB | , | ||
| JOB_EXPORT_PCB_STATS | ) | 
References KIWAY::FACE_PCB.