|
KiCad PCB EDA Suite
|
A net label/wire entry from the net section. More...
#include <diptrace_sch_parser.h>
Public Attributes | |
| wxString | name |
| int | coordX = 0 |
| int | coordY = 0 |
| int | field1 = 0 |
A net label/wire entry from the net section.
Definition at line 192 of file diptrace_sch_parser.h.
| int DIPTRACE::DCH_NET_ENTRY::coordX = 0 |
Definition at line 195 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseNetSection().
| int DIPTRACE::DCH_NET_ENTRY::coordY = 0 |
Definition at line 196 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseNetSection().
| int DIPTRACE::DCH_NET_ENTRY::field1 = 0 |
Definition at line 197 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseNetSection().
| wxString DIPTRACE::DCH_NET_ENTRY::name |
Definition at line 194 of file diptrace_sch_parser.h.
Referenced by DIPTRACE::SCH_PARSER::parseNetSection().