|
KiCad PCB EDA Suite
|
Turns the board's drill operations into chart rows for one symbol profile. More...
#include <drill_chart_model.h>
Public Attributes | |
| DRILL_CHART_FILTER | m_Filter |
Turns the board's drill operations into chart rows for one symbol profile.
Rows come back sorted by diameter then by the group key, so a chart is stable across rebuilds even when the board changes underneath it. What a particular chart wants out of the model.
Filtering has to happen per operation rather than per finished group. With a grouping key disabled, one group can hold both plated and non-plated operations, and rejecting the group afterwards either drops holes that were asked for or keeps holes that were not.
Definition at line 112 of file drill_chart_model.h.
| DRILL_CHART_FILTER DRILL_CHART_ROW_SPEC::m_Filter |
Definition at line 114 of file drill_chart_model.h.
Referenced by DRILL_CHART_MODEL::Build(), and PCB_DRILL_CHART::buildGroups().