KiCad PCB EDA Suite
|
Helper to handle drill precision format in excellon files. More...
#include <gendrill_file_writer_base.h>
Public Member Functions | |
DRILL_PRECISION (int l=2, int r=4) | |
wxString | GetPrecisionString () |
Public Attributes | |
int | m_Lhs |
int | m_Rhs |
Helper to handle drill precision format in excellon files.
Definition at line 152 of file gendrill_file_writer_base.h.
|
inline |
Definition at line 155 of file gendrill_file_writer_base.h.
|
inline |
Definition at line 161 of file gendrill_file_writer_base.h.
References m_Lhs, m_Rhs, and text.
Referenced by DIALOG_GENDRILL::updatePrecisionOptions(), and EXCELLON_WRITER::writeEXCELLONHeader().
int DRILL_PRECISION::m_Lhs |
Definition at line 169 of file gendrill_file_writer_base.h.
Referenced by DRILL_PRECISION(), DIALOG_GENDRILL::genDrillAndMapFiles(), GetPrecisionString(), PCBNEW_JOBS_HANDLER::JobExportDrill(), EXCELLON_WRITER::SetFormat(), GERBER_WRITER::SetFormat(), and EXCELLON_WRITER::writeCoordinates().
int DRILL_PRECISION::m_Rhs |
Definition at line 170 of file gendrill_file_writer_base.h.
Referenced by DRILL_PRECISION(), DIALOG_GENDRILL::genDrillAndMapFiles(), GetPrecisionString(), PCBNEW_JOBS_HANDLER::JobExportDrill(), EXCELLON_WRITER::SetFormat(), GERBER_WRITER::SetFormat(), and EXCELLON_WRITER::writeCoordinates().