|
KiCad PCB EDA Suite
|
#include <drill_chart_model.h>
Public Member Functions | |
| DRILL_CHART_MODEL (const DRILL_SYMBOL_PROFILE &aProfile) | |
| void | Build (const BOARD &aBoard, const std::vector< DRILL_SPAN > &aSpans) |
| void | Build (const BOARD &aBoard, const std::vector< DRILL_SPAN > &aSpans, const DRILL_CHART_ROW_SPEC &aSpec) |
| const std::vector< DRILL_CHART_GROUP > & | Groups () const |
| const DRILL_CHART_TOTALS & | Totals () const |
Private Attributes | |
| const DRILL_SYMBOL_PROFILE & | m_profile |
| std::vector< DRILL_CHART_GROUP > | m_groups |
| DRILL_CHART_TOTALS | m_totals |
Definition at line 118 of file drill_chart_model.h.
| DRILL_CHART_MODEL::DRILL_CHART_MODEL | ( | const DRILL_SYMBOL_PROFILE & | aProfile | ) |
Definition at line 31 of file drill_chart_model.cpp.
References m_profile.
| void DRILL_CHART_MODEL::Build | ( | const BOARD & | aBoard, |
| const std::vector< DRILL_SPAN > & | aSpans ) |
Definition at line 71 of file drill_chart_model.cpp.
References Build().
Referenced by Build(), and BOARD::DrillSymbolCache().
| void DRILL_CHART_MODEL::Build | ( | const BOARD & | aBoard, |
| const std::vector< DRILL_SPAN > & | aSpans, | ||
| const DRILL_CHART_ROW_SPEC & | aSpec ) |
Definition at line 77 of file drill_chart_model.cpp.
References end, EnumerateDrillOperations(), group, DRILL_CHART_ROW_SPEC::m_Filter, m_groups, DRILL_QUERY::m_NonPlatedOnly, m_profile, DRILL_QUERY::m_Span, and m_totals.
|
inline |
Definition at line 128 of file drill_chart_model.h.
References m_groups.
|
inline |
Definition at line 129 of file drill_chart_model.h.
References m_totals.
Referenced by BOARD::DrillSymbolCache().
|
private |
Definition at line 134 of file drill_chart_model.h.
|
private |
Definition at line 132 of file drill_chart_model.h.
Referenced by Build(), and DRILL_CHART_MODEL().
|
private |
Definition at line 135 of file drill_chart_model.h.