KiCad PCB EDA Suite
Loading...
Searching...
No Matches
job_export_pcb_stackup.cpp File Reference
#include "job_export_pcb_stackup.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_STACKUP::OUTPUT_FORMAT, { { JOB_EXPORT_PCB_STACKUP::OUTPUT_FORMAT::CSV, "csv" }, { JOB_EXPORT_PCB_STACKUP::OUTPUT_FORMAT::JSON, "json" }, }) NLOHMANN_JSON_SERIALIZE_ENUM(JOB_EXPORT_PCB_STACKUP
 
 REGISTER_JOB (pcb_export_stackup, _("PCB: Export Stackup Table"), KIWAY::FACE_PCB, JOB_EXPORT_PCB_STACKUP)
 

Function Documentation

◆ NLOHMANN_JSON_SERIALIZE_ENUM()

◆ REGISTER_JOB()

REGISTER_JOB ( pcb_export_stackup ,
_("PCB: Export Stackup Table") ,
KIWAY::FACE_PCB ,
JOB_EXPORT_PCB_STACKUP  )

References KIWAY::FACE_PCB.