|
KiCad PCB EDA Suite
|
#include <gendrill_writer_base.h>
Public Member Functions | |
| DRILL_SPAN () | |
| DRILL_SPAN (PCB_LAYER_ID aStartLayer, PCB_LAYER_ID aEndLayer, bool aIsBackdrill, bool aIsNonPlated) | |
| PCB_LAYER_ID | TopLayer () const |
| PCB_LAYER_ID | BottomLayer () const |
| PCB_LAYER_ID | DrillStartLayer () const |
| PCB_LAYER_ID | DrillEndLayer () const |
| DRILL_LAYER_PAIR | Pair () const |
| bool | operator< (const DRILL_SPAN &aOther) const |
Public Attributes | |
| PCB_LAYER_ID | m_StartLayer |
| PCB_LAYER_ID | m_EndLayer |
| bool | m_IsBackdrill |
| bool | m_IsNonPlatedFile |
Definition at line 196 of file gendrill_writer_base.h.
|
inline |
Definition at line 198 of file gendrill_writer_base.h.
References B_Cu, F_Cu, m_EndLayer, m_IsBackdrill, m_IsNonPlatedFile, and m_StartLayer.
Referenced by operator<().
|
inline |
Definition at line 206 of file gendrill_writer_base.h.
References m_EndLayer, m_IsBackdrill, m_IsNonPlatedFile, and m_StartLayer.
|
inline |
Definition at line 220 of file gendrill_writer_base.h.
References m_EndLayer, and m_StartLayer.
Referenced by GENDRILL_WRITER_BASE::buildHolesList(), operator<(), and Pair().
|
inline |
Definition at line 230 of file gendrill_writer_base.h.
References m_EndLayer.
Referenced by GENDRILL_WRITER_BASE::buildHolesList(), GENDRILL_WRITER_BASE::GenDrillReportFile(), and GENDRILL_WRITER_BASE::getDrillFileName().
|
inline |
Definition at line 225 of file gendrill_writer_base.h.
References m_StartLayer.
Referenced by GENDRILL_WRITER_BASE::buildHolesList(), GENDRILL_WRITER_BASE::GenDrillReportFile(), and GENDRILL_WRITER_BASE::getDrillFileName().
|
inline |
Definition at line 240 of file gendrill_writer_base.h.
References BottomLayer(), DRILL_SPAN(), m_EndLayer, m_IsBackdrill, m_IsNonPlatedFile, m_StartLayer, and TopLayer().
|
inline |
Definition at line 235 of file gendrill_writer_base.h.
References BottomLayer(), and TopLayer().
Referenced by GENDRILL_WRITER_BASE::BuildFileFunctionAttributeString(), GENDRILL_WRITER_BASE::buildHolesList(), EXCELLON_WRITER::CreateDrillandMapFilesSet(), GERBER_WRITER::CreateDrillandMapFilesSet(), GENDRILL_WRITER_BASE::CreateMapFilesSet(), GENDRILL_WRITER_BASE::GenDrillReportFile(), EXCELLON_WRITER::getBackdrillLayerPairFileName(), GERBER_WRITER::getBackdrillLayerPairFileName(), GENDRILL_WRITER_BASE::getDrillFileName(), and GENDRILL_WRITER_BASE::getProtectionFileName().
|
inline |
Definition at line 215 of file gendrill_writer_base.h.
References m_EndLayer, and m_StartLayer.
Referenced by GENDRILL_WRITER_BASE::buildHolesList(), operator<(), and Pair().
| PCB_LAYER_ID DRILL_SPAN::m_EndLayer |
Definition at line 261 of file gendrill_writer_base.h.
Referenced by BottomLayer(), DRILL_SPAN(), DRILL_SPAN(), DrillEndLayer(), operator<(), and TopLayer().
| bool DRILL_SPAN::m_IsBackdrill |
Definition at line 262 of file gendrill_writer_base.h.
Referenced by GENDRILL_WRITER_BASE::BuildFileFunctionAttributeString(), GENDRILL_WRITER_BASE::buildHolesList(), EXCELLON_WRITER::CreateDrillandMapFilesSet(), GERBER_WRITER::CreateDrillandMapFilesSet(), DRILL_SPAN(), DRILL_SPAN(), GENDRILL_WRITER_BASE::GenDrillReportFile(), GENDRILL_WRITER_BASE::getDrillFileName(), and operator<().
| bool DRILL_SPAN::m_IsNonPlatedFile |
Definition at line 263 of file gendrill_writer_base.h.
Referenced by EXCELLON_WRITER::CreateDrillandMapFilesSet(), GERBER_WRITER::CreateDrillandMapFilesSet(), GENDRILL_WRITER_BASE::CreateMapFilesSet(), DRILL_SPAN(), DRILL_SPAN(), and operator<().
| PCB_LAYER_ID DRILL_SPAN::m_StartLayer |
Definition at line 260 of file gendrill_writer_base.h.
Referenced by BottomLayer(), DRILL_SPAN(), DRILL_SPAN(), DrillStartLayer(), operator<(), and TopLayer().