| 
    KiCad PCB EDA Suite
    
   | 
 
< "JPT" 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 | |
| TERMINALCODE_ID | TerminalCodeID | 
| Usually a circle, but size can be varied.   | |
| bool | HasNetLabel = false | 
| SIGLOC | NetLabel | 
| NETELEMENT_ID | ID | 
| First character is "J".   | |
| LAYER_ID | LayerID | 
| POINT | Location | 
| GROUP_ID | GroupID = wxEmptyString | 
| If not empty, this JUNCTION is part of a group.   | |
| REUSEBLOCKREF | ReuseBlockRef | 
| bool | Fixed = false | 
< "JPT" nodename.
Definition at line 359 of file cadstar_sch_archive_parser.h.
      
  | 
  overridevirtual | 
Reimplemented from CADSTAR_ARCHIVE_PARSER::NET::JUNCTION.
Definition at line 1220 of file cadstar_sch_archive_parser.cpp.
References XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), HasNetLabel, CADSTAR_ARCHIVE_PARSER::NET::JUNCTION::LayerID, NetLabel, CADSTAR_ARCHIVE_PARSER::NET::JUNCTION::ParseIdentifiers(), CADSTAR_ARCHIVE_PARSER::NET::JUNCTION::ParseSubNode(), TerminalCodeID, and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::Parse().
      
  | 
  inherited | 
Definition at line 2096 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), ID, and LayerID.
Referenced by Parse(), CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::JUNCTION_PCB::Parse(), and CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::JUNCTION_SCH::Parse().
      
  | 
  inherited | 
Definition at line 2106 of file cadstar_archive_parser.cpp.
References Fixed, CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), GroupID, Location, and ReuseBlockRef.
Referenced by Parse(), CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::JUNCTION_PCB::Parse(), and CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::JUNCTION_SCH::Parse().
      
  | 
  inherited | 
Definition at line 1158 of file cadstar_archive_parser.h.
Referenced by ParseSubNode().
      
  | 
  inherited | 
If not empty, this JUNCTION is part of a group.
Definition at line 1155 of file cadstar_archive_parser.h.
Referenced by ParseSubNode().
| bool CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::JUNCTION_SCH::HasNetLabel = false | 
Definition at line 362 of file cadstar_sch_archive_parser.h.
Referenced by Parse().
      
  | 
  inherited | 
First character is "J".
Definition at line 1152 of file cadstar_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::Parse(), CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::Parse(), ParseIdentifiers(), and CADSTAR_ARCHIVE_PARSER::NET::ParseSubNode().
      
  | 
  inherited | 
Definition at line 1153 of file cadstar_archive_parser.h.
Referenced by CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::JUNCTION_SCH::Parse(), and ParseIdentifiers().
      
  | 
  inherited | 
Definition at line 1154 of file cadstar_archive_parser.h.
Referenced by ParseSubNode().
| SIGLOC CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::JUNCTION_SCH::NetLabel | 
Definition at line 363 of file cadstar_sch_archive_parser.h.
Referenced by Parse().
      
  | 
  inherited | 
Definition at line 1157 of file cadstar_archive_parser.h.
Referenced by ParseSubNode().
| TERMINALCODE_ID CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::JUNCTION_SCH::TerminalCodeID | 
Usually a circle, but size can be varied.
Definition at line 361 of file cadstar_sch_archive_parser.h.
Referenced by Parse().