KiCad PCB EDA Suite
|
JOBFILE_PARAMS store the list of parameters written in Gerber job file especially list of .gbr filenames and the corresponding layer id belonging the job. More...
#include <gerber_jobfile_writer.h>
Public Attributes | |
wxArrayString | m_GerberFileList |
std::vector< PCB_LAYER_ID > | m_LayerId |
JOBFILE_PARAMS store the list of parameters written in Gerber job file especially list of .gbr filenames and the corresponding layer id belonging the job.
Definition at line 51 of file gerber_jobfile_writer.h.
wxArrayString JOBFILE_PARAMS::m_GerberFileList |
Definition at line 54 of file gerber_jobfile_writer.h.
Referenced by GERBER_JOBFILE_WRITER::AddGbrFile(), and GERBER_JOBFILE_WRITER::addJSONFilesAttributes().
std::vector<PCB_LAYER_ID> JOBFILE_PARAMS::m_LayerId |
Definition at line 55 of file gerber_jobfile_writer.h.
Referenced by GERBER_JOBFILE_WRITER::AddGbrFile(), GERBER_JOBFILE_WRITER::addJSONFilesAttributes(), GERBER_JOBFILE_WRITER::hasSilkLayers(), and GERBER_JOBFILE_WRITER::hasSolderMasks().