KiCad PCB EDA Suite
|
< "JPT" nodename. More...
#include <cadstar_archive_parser.h>
Public Member Functions | |
void | ParseIdentifiers (XNODE *aNode, PARSER_CONTEXT *aContext) |
bool | ParseSubNode (XNODE *aChildNode, PARSER_CONTEXT *aContext) |
virtual void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
NETELEMENT_ID | ID |
First character is "J". | |
LAYER_ID | LayerID |
POINT | Location |
GROUP_ID | GroupID = wxEmptyString |
If not empty, this JUCTION is part of a group. | |
REUSEBLOCKREF | ReuseBlockRef |
bool | Fixed = false |
< "JPT" nodename.
Definition at line 1155 of file cadstar_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Reimplemented in CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::JUNCTION_SCH, and CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::JUNCTION_PCB.
Definition at line 2124 of file cadstar_archive_parser.cpp.
References XNODE::GetChildren(), XNODE::GetNext(), and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_ARCHIVE_PARSER::NET::ParseSubNode().
void CADSTAR_ARCHIVE_PARSER::NET::JUNCTION::ParseIdentifiers | ( | XNODE * | aNode, |
PARSER_CONTEXT * | aContext | ||
) |
Definition at line 2094 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), and ID.
bool CADSTAR_ARCHIVE_PARSER::NET::JUNCTION::ParseSubNode | ( | XNODE * | aChildNode, |
PARSER_CONTEXT * | aContext | ||
) |
Definition at line 2104 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString().
bool CADSTAR_ARCHIVE_PARSER::NET::JUNCTION::Fixed = false |
Definition at line 1163 of file cadstar_archive_parser.h.
GROUP_ID CADSTAR_ARCHIVE_PARSER::NET::JUNCTION::GroupID = wxEmptyString |
If not empty, this JUCTION is part of a group.
Definition at line 1160 of file cadstar_archive_parser.h.
NETELEMENT_ID CADSTAR_ARCHIVE_PARSER::NET::JUNCTION::ID |
First character is "J".
Definition at line 1157 of file cadstar_archive_parser.h.
Referenced by CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::Parse(), CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::Parse(), and CADSTAR_ARCHIVE_PARSER::NET::ParseSubNode().
LAYER_ID CADSTAR_ARCHIVE_PARSER::NET::JUNCTION::LayerID |
Definition at line 1158 of file cadstar_archive_parser.h.
POINT CADSTAR_ARCHIVE_PARSER::NET::JUNCTION::Location |
Definition at line 1159 of file cadstar_archive_parser.h.
REUSEBLOCKREF CADSTAR_ARCHIVE_PARSER::NET::JUNCTION::ReuseBlockRef |
Definition at line 1162 of file cadstar_archive_parser.h.