|
KiCad PCB EDA Suite
|
#include <drill_symbol_profile.h>
Public Attributes | |
| DRILL_MARK_MODE | m_MarkMode = DRILL_MARK_MODE::SHAPE |
| int | m_ShapeIndex = 0 |
| wxString | m_Letter |
| wxString | m_Description |
Definition at line 72 of file drill_symbol_profile.h.
| wxString DRILL_SYMBOL_ASSIGNMENT::m_Description |
Definition at line 77 of file drill_symbol_profile.h.
Referenced by DIALOG_DRILL_GROUPS::commitDetail(), DRILL_SYMBOL_PROFILE::operator==(), and PCB_IO_KICAD_SEXPR_PARSER::parseDrillSymbolProfile().
| wxString DRILL_SYMBOL_ASSIGNMENT::m_Letter |
Definition at line 76 of file drill_symbol_profile.h.
Referenced by AssignDrillSymbols(), DIALOG_DRILL_GROUPS::commitDetail(), DRILL_SYMBOL_PROFILE::operator==(), PCB_IO_KICAD_SEXPR_PARSER::parseDrillSymbolProfile(), and BRDITEMS_PLOTTER::PlotDrillSymbols().
| DRILL_MARK_MODE DRILL_SYMBOL_ASSIGNMENT::m_MarkMode = DRILL_MARK_MODE::SHAPE |
Definition at line 74 of file drill_symbol_profile.h.
Referenced by AssignDrillSymbols(), DIALOG_DRILL_GROUPS::commitDetail(), DRILL_SYMBOL_PROFILE::operator==(), PCB_IO_KICAD_SEXPR_PARSER::parseDrillSymbolProfile(), and BRDITEMS_PLOTTER::PlotDrillSymbols().
| int DRILL_SYMBOL_ASSIGNMENT::m_ShapeIndex = 0 |
Definition at line 75 of file drill_symbol_profile.h.
Referenced by AssignDrillSymbols(), DIALOG_DRILL_GROUPS::commitDetail(), DRILL_SYMBOL_PROFILE::operator==(), PCB_IO_KICAD_SEXPR_PARSER::parseDrillSymbolProfile(), and BRDITEMS_PLOTTER::PlotDrillSymbols().