KiCad PCB EDA Suite
Loading...
Searching...
No Matches
job_export_pcb_stats.cpp File Reference
#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)
 

Function Documentation

◆ NLOHMANN_JSON_SERIALIZE_ENUM()

NLOHMANN_JSON_SERIALIZE_ENUM ( JOB_EXPORT_PCB_STATS::UNITS ,
{ { JOB_EXPORT_PCB_STATS::UNITS::INCH, "in" }, { JOB_EXPORT_PCB_STATS::UNITS::MM, "mm" }, }  )

◆ REGISTER_JOB()

REGISTER_JOB ( pcb_export_stats ,
_("PCB: Export Statistics") ,
KIWAY::FACE_PCB ,
JOB_EXPORT_PCB_STATS  )

References KIWAY::FACE_PCB.