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 123 of file gendrill_file_writer_base.h.
|
inline |
Definition at line 126 of file gendrill_file_writer_base.h.
|
inline |
Definition at line 132 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 140 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 141 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().