KiCad PCB EDA Suite
|
< Two sibbling nodes: first node being "ROUTEWIDTH" and next node being a VERTEX (e.g. More...
#include <cadstar_pcb_archive_parser.h>
Public Member Functions | |
XNODE * | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) |
Public Attributes | |
long | RouteWidth |
bool | TeardropAtStart = false |
bool | TeardropAtEnd = false |
long | TeardropAtStartAngle = 0 |
long | TeardropAtEndAngle = 0 |
bool | Fixed = false |
VERTEX | Vertex |
Returns a pointer to the last node. More... | |
< Two sibbling nodes: first node being "ROUTEWIDTH" and next node being a VERTEX (e.g.
PT, CWARC, etc.)
Definition at line 982 of file cadstar_pcb_archive_parser.h.
XNODE * CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE_VERTEX::Parse | ( | XNODE * | aNode, |
PARSER_CONTEXT * | aContext | ||
) |
Definition at line 2024 of file cadstar_pcb_archive_parser.cpp.
References XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), CADSTAR_ARCHIVE_PARSER::VERTEX::IsVertex(), and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE::Parse().
bool CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE_VERTEX::Fixed = false |
Definition at line 990 of file cadstar_pcb_archive_parser.h.
long CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE_VERTEX::RouteWidth |
Definition at line 985 of file cadstar_pcb_archive_parser.h.
bool CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE_VERTEX::TeardropAtEnd = false |
Definition at line 987 of file cadstar_pcb_archive_parser.h.
long CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE_VERTEX::TeardropAtEndAngle = 0 |
Definition at line 989 of file cadstar_pcb_archive_parser.h.
bool CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE_VERTEX::TeardropAtStart = false |
Definition at line 986 of file cadstar_pcb_archive_parser.h.
long CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE_VERTEX::TeardropAtStartAngle = 0 |
Definition at line 988 of file cadstar_pcb_archive_parser.h.
VERTEX CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE_VERTEX::Vertex |
Returns a pointer to the last node.
Definition at line 991 of file cadstar_pcb_archive_parser.h.