|
KiCad PCB EDA Suite
|
#include <diptrace_pcb_parser.h>
Public Attributes | |
| wxString | name |
| int | outerDiameter = 0 |
| int | drillDiameter = 0 |
| int | layer1 = -1 |
| int | layer2 = -1 |
Definition at line 81 of file diptrace_pcb_parser.h.
| int DIPTRACE::DT_VIA_STYLE::drillDiameter = 0 |
Definition at line 85 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::ApplyBoardSettings(), DIPTRACE::PCB_PARSER::CreateTracksAndVias(), and DIPTRACE::PCB_PARSER::ParseDesignRules().
| int DIPTRACE::DT_VIA_STYLE::layer1 = -1 |
Definition at line 86 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::CreateTracksAndVias(), and DIPTRACE::PCB_PARSER::ParseDesignRules().
| int DIPTRACE::DT_VIA_STYLE::layer2 = -1 |
Definition at line 87 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::CreateTracksAndVias(), and DIPTRACE::PCB_PARSER::ParseDesignRules().
| wxString DIPTRACE::DT_VIA_STYLE::name |
Definition at line 83 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::ParseDesignRules().
| int DIPTRACE::DT_VIA_STYLE::outerDiameter = 0 |
Definition at line 84 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::ApplyBoardSettings(), DIPTRACE::PCB_PARSER::CreateTracksAndVias(), and DIPTRACE::PCB_PARSER::ParseDesignRules().