|
KiCad PCB EDA Suite
|
Which holes a chart reports on. More...
#include <drill_chart_template.h>
Public Member Functions | |
| bool | operator== (const DRILL_CHART_FILTER &aOther) const |
Public Attributes | |
| bool | m_Plated = true |
| bool | m_NonPlated = true |
| bool | m_Vias = true |
| bool | m_Slots = true |
| bool | m_Backdrills = true |
| bool | m_Castellated = true |
Which holes a chart reports on.
Definition at line 111 of file drill_chart_template.h.
| bool DRILL_CHART_FILTER::operator== | ( | const DRILL_CHART_FILTER & | aOther | ) | const |
Definition at line 38 of file drill_chart_template.cpp.
References m_Backdrills, m_Castellated, m_NonPlated, m_Plated, m_Slots, and m_Vias.
| bool DRILL_CHART_FILTER::m_Backdrills = true |
Definition at line 117 of file drill_chart_template.h.
Referenced by operator==().
| bool DRILL_CHART_FILTER::m_Castellated = true |
Definition at line 118 of file drill_chart_template.h.
Referenced by operator==().
| bool DRILL_CHART_FILTER::m_NonPlated = true |
Definition at line 114 of file drill_chart_template.h.
Referenced by operator==().
| bool DRILL_CHART_FILTER::m_Plated = true |
Definition at line 113 of file drill_chart_template.h.
Referenced by operator==().
| bool DRILL_CHART_FILTER::m_Slots = true |
Definition at line 116 of file drill_chart_template.h.
Referenced by operator==().
| bool DRILL_CHART_FILTER::m_Vias = true |
Definition at line 115 of file drill_chart_template.h.
Referenced by operator==().