KiCad PCB EDA Suite
|
< "CONN" nodename More...
#include <cadstar_sch_archive_parser.h>
Public Member Functions | |
void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
void | ParseIdentifiers (XNODE *aNode, PARSER_CONTEXT *aContext) |
bool | ParseSubNode (XNODE *aChildNode, PARSER_CONTEXT *aContext) |
Public Attributes | |
LAYER_ID | LayerID |
Sheet on which the connection is drawn. | |
std::vector< POINT > | Path |
GROUP_ID | GroupID = wxEmptyString |
REUSEBLOCKREF | ReuseBlockRef |
LINECODE_ID | ConnectionLineCode |
NETELEMENT_ID | StartNode |
NETELEMENT_ID | EndNode |
ROUTECODE_ID | RouteCodeID |
bool | Fixed = false |
bool | Hidden = false |
std::map< ATTRIBUTE_ID, ATTRIBUTE_VALUE > | AttributeValues |
It is possible to add attributes solely to a particular connection. | |
< "CONN" nodename
Definition at line 415 of file cadstar_sch_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 1044 of file cadstar_sch_archive_parser.cpp.
References ConnectionLineCode, XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), GroupID, LayerID, CADSTAR_ARCHIVE_PARSER::ParseAllChildPoints(), CADSTAR_ARCHIVE_PARSER::NET::CONNECTION::ParseIdentifiers(), CADSTAR_ARCHIVE_PARSER::NET::CONNECTION::ParseSubNode(), Path, ReuseBlockRef, and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::Parse().
|
inherited |
Definition at line 2141 of file cadstar_archive_parser.cpp.
References EndNode, CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), RouteCodeID, and StartNode.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::CONNECTION_PCB::Parse(), and CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::CONNECTION_SCH::Parse().
|
inherited |
Definition at line 2152 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::ATTRIBUTE_VALUE::AttributeID, AttributeValues, Fixed, CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), GroupID, Hidden, CADSTAR_ARCHIVE_PARSER::ATTRIBUTE_VALUE::Parse(), and ReuseBlockRef.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::CONNECTION_PCB::Parse(), and CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::CONNECTION_SCH::Parse().
|
inherited |
It is possible to add attributes solely to a particular connection.
Definition at line 1177 of file cadstar_archive_parser.h.
Referenced by ParseSubNode().
LINECODE_ID CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::CONNECTION_SCH::ConnectionLineCode |
Definition at line 421 of file cadstar_sch_archive_parser.h.
Referenced by Parse().
|
inherited |
Definition at line 1169 of file cadstar_archive_parser.h.
Referenced by ParseIdentifiers().
|
inherited |
Definition at line 1172 of file cadstar_archive_parser.h.
Referenced by ParseSubNode().
GROUP_ID CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::CONNECTION_SCH::GroupID = wxEmptyString |
Definition at line 419 of file cadstar_sch_archive_parser.h.
Referenced by Parse().
|
inherited |
Definition at line 1173 of file cadstar_archive_parser.h.
Referenced by ParseSubNode().
LAYER_ID CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::CONNECTION_SCH::LayerID |
Sheet on which the connection is drawn.
Definition at line 417 of file cadstar_sch_archive_parser.h.
Referenced by Parse().
std::vector<POINT> CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::CONNECTION_SCH::Path |
Definition at line 418 of file cadstar_sch_archive_parser.h.
Referenced by Parse().
REUSEBLOCKREF CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::CONNECTION_SCH::ReuseBlockRef |
Definition at line 420 of file cadstar_sch_archive_parser.h.
Referenced by Parse().
|
inherited |
Definition at line 1170 of file cadstar_archive_parser.h.
Referenced by ParseIdentifiers().
|
inherited |
Definition at line 1168 of file cadstar_archive_parser.h.
Referenced by ParseIdentifiers().