KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DRILL_CHART_FILTER Struct Reference

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
 

Detailed Description

Which holes a chart reports on.

Definition at line 111 of file drill_chart_template.h.

Member Function Documentation

◆ operator==()

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.

Member Data Documentation

◆ m_Backdrills

bool DRILL_CHART_FILTER::m_Backdrills = true

Definition at line 117 of file drill_chart_template.h.

Referenced by operator==().

◆ m_Castellated

bool DRILL_CHART_FILTER::m_Castellated = true

Definition at line 118 of file drill_chart_template.h.

Referenced by operator==().

◆ m_NonPlated

bool DRILL_CHART_FILTER::m_NonPlated = true

Definition at line 114 of file drill_chart_template.h.

Referenced by operator==().

◆ m_Plated

bool DRILL_CHART_FILTER::m_Plated = true

Definition at line 113 of file drill_chart_template.h.

Referenced by operator==().

◆ m_Slots

bool DRILL_CHART_FILTER::m_Slots = true

Definition at line 116 of file drill_chart_template.h.

Referenced by operator==().

◆ m_Vias

bool DRILL_CHART_FILTER::m_Vias = true

Definition at line 115 of file drill_chart_template.h.

Referenced by operator==().


The documentation for this struct was generated from the following files: