|
KiCad PCB EDA Suite
|
#include <gendrill_writer_base.h>
Public Member Functions | |
| DRILL_TOOL (int aDiameter, bool a_NotPlated) | |
Public Attributes | |
| int | m_Diameter |
| int | m_TotalCount |
| int | m_OvalCount |
| bool | m_Hole_NotPlated |
| HOLE_ATTRIBUTE | m_HoleAttribute |
| bool | m_IsBackdrill |
| bool | m_HasPostMachining |
| std::optional< int > | m_MinStubLength |
| std::optional< int > | m_MaxStubLength |
Definition at line 81 of file gendrill_writer_base.h.
|
inline |
Definition at line 96 of file gendrill_writer_base.h.
References HOLE_UNKNOWN, m_Diameter, m_HasPostMachining, m_Hole_NotPlated, m_HoleAttribute, m_IsBackdrill, m_OvalCount, and m_TotalCount.
| int DRILL_TOOL::m_Diameter |
Definition at line 84 of file gendrill_writer_base.h.
Referenced by GENDRILL_WRITER_BASE::buildHolesList(), EXCELLON_WRITER::createDrillFile(), DRILL_TOOL(), GENDRILL_WRITER_BASE::genDrillMapFile(), and GENDRILL_WRITER_BASE::printToolSummary().
| bool DRILL_TOOL::m_HasPostMachining |
Definition at line 91 of file gendrill_writer_base.h.
Referenced by EXCELLON_WRITER::createDrillFile(), DRILL_TOOL(), and GENDRILL_WRITER_BASE::genDrillMapFile().
| bool DRILL_TOOL::m_Hole_NotPlated |
Definition at line 88 of file gendrill_writer_base.h.
Referenced by GENDRILL_WRITER_BASE::buildHolesList(), DRILL_TOOL(), GENDRILL_WRITER_BASE::genDrillMapFile(), and GENDRILL_WRITER_BASE::printToolSummary().
| HOLE_ATTRIBUTE DRILL_TOOL::m_HoleAttribute |
Definition at line 89 of file gendrill_writer_base.h.
Referenced by GENDRILL_WRITER_BASE::buildHolesList(), EXCELLON_WRITER::createDrillFile(), DRILL_TOOL(), GENDRILL_WRITER_BASE::genDrillMapFile(), and GENDRILL_WRITER_BASE::printToolSummary().
| bool DRILL_TOOL::m_IsBackdrill |
Definition at line 90 of file gendrill_writer_base.h.
Referenced by EXCELLON_WRITER::createDrillFile(), DRILL_TOOL(), and GENDRILL_WRITER_BASE::genDrillMapFile().
| std::optional<int> DRILL_TOOL::m_MaxStubLength |
Definition at line 93 of file gendrill_writer_base.h.
Referenced by EXCELLON_WRITER::createDrillFile(), and GENDRILL_WRITER_BASE::genDrillMapFile().
| std::optional<int> DRILL_TOOL::m_MinStubLength |
Definition at line 92 of file gendrill_writer_base.h.
Referenced by EXCELLON_WRITER::createDrillFile(), and GENDRILL_WRITER_BASE::genDrillMapFile().
| int DRILL_TOOL::m_OvalCount |
Definition at line 87 of file gendrill_writer_base.h.
Referenced by DRILL_TOOL(), GENDRILL_WRITER_BASE::genDrillMapFile(), and GENDRILL_WRITER_BASE::printToolSummary().
| int DRILL_TOOL::m_TotalCount |
Definition at line 86 of file gendrill_writer_base.h.
Referenced by DRILL_TOOL(), GENDRILL_WRITER_BASE::genDrillMapFile(), and GENDRILL_WRITER_BASE::printToolSummary().