|
KiCad PCB EDA Suite
|
#include <diptrace_pcb_parser.h>
Public Attributes | |
| uint8_t | flag = 0 |
| int | index = 0 |
| uint32_t | color = 0 |
| 0x00RRGGBB | |
| wxString | name |
| int | type = 0 |
| Layer type from record field_a (0 = Signal, 1 = Plane) | |
| int | planeNetIndex = -1 |
| Plane net DipTrace index from record field_c (-1 = none/Signal) | |
| int | fieldD = 0 |
| Possibly default trace width. | |
Definition at line 70 of file diptrace_pcb_parser.h.
| uint32_t DIPTRACE::DT_LAYER::color = 0 |
0x00RRGGBB
Definition at line 74 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::ParseLayers().
| int DIPTRACE::DT_LAYER::fieldD = 0 |
Possibly default trace width.
Definition at line 78 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::ParseLayers().
| uint8_t DIPTRACE::DT_LAYER::flag = 0 |
Definition at line 72 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::ParseLayers().
| int DIPTRACE::DT_LAYER::index = 0 |
Definition at line 73 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::ParseLayers().
| wxString DIPTRACE::DT_LAYER::name |
Definition at line 75 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::ParseLayers().
| int DIPTRACE::DT_LAYER::planeNetIndex = -1 |
Plane net DipTrace index from record field_c (-1 = none/Signal)
Definition at line 77 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::ParseLayers().
| int DIPTRACE::DT_LAYER::type = 0 |
Layer type from record field_a (0 = Signal, 1 = Plane)
Definition at line 76 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::ParseLayers().