| 
    KiCad PCB EDA Suite
    
   | 
 
#include <gendrill_file_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 | 
Definition at line 78 of file gendrill_file_writer_base.h.
      
  | 
  inline | 
Definition at line 89 of file gendrill_file_writer_base.h.
References HOLE_UNKNOWN, m_Diameter, m_Hole_NotPlated, m_HoleAttribute, m_OvalCount, and m_TotalCount.
| int DRILL_TOOL::m_Diameter | 
Definition at line 81 of file gendrill_file_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_Hole_NotPlated | 
Definition at line 85 of file gendrill_file_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 86 of file gendrill_file_writer_base.h.
Referenced by GENDRILL_WRITER_BASE::buildHolesList(), EXCELLON_WRITER::createDrillFile(), DRILL_TOOL(), GENDRILL_WRITER_BASE::genDrillMapFile(), and GENDRILL_WRITER_BASE::printToolSummary().
| int DRILL_TOOL::m_OvalCount | 
Definition at line 84 of file gendrill_file_writer_base.h.
Referenced by DRILL_TOOL(), GENDRILL_WRITER_BASE::genDrillMapFile(), and GENDRILL_WRITER_BASE::printToolSummary().
| int DRILL_TOOL::m_TotalCount | 
Definition at line 83 of file gendrill_file_writer_base.h.
Referenced by DRILL_TOOL(), GENDRILL_WRITER_BASE::genDrillMapFile(), and GENDRILL_WRITER_BASE::printToolSummary().