|
KiCad PCB EDA Suite
|
Helper to handle drill precision format in excellon files. More...
#include <gendrill_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 270 of file gendrill_writer_base.h.
|
inline |
Definition at line 273 of file gendrill_writer_base.h.
|
inline |
Definition at line 279 of file gendrill_writer_base.h.
| int DRILL_PRECISION::m_Lhs |
Definition at line 287 of file gendrill_writer_base.h.
Referenced by DRILL_PRECISION(), DIALOG_GENDRILL::genDrillAndMapFiles(), GetPrecisionString(), and PCBNEW_JOBS_HANDLER::JobExportDrill().
| int DRILL_PRECISION::m_Rhs |
Definition at line 288 of file gendrill_writer_base.h.
Referenced by DRILL_PRECISION(), DIALOG_GENDRILL::genDrillAndMapFiles(), GetPrecisionString(), and PCBNEW_JOBS_HANDLER::JobExportDrill().