KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CADSTAR_ARCHIVE_PARSER::NET::JUNCTION Struct Reference

< "JPT" nodename. More...

#include <cadstar_archive_parser.h>

Inheritance diagram for CADSTAR_ARCHIVE_PARSER::NET::JUNCTION:
CADSTAR_ARCHIVE_PARSER::PARSER CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::JUNCTION_PCB CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::JUNCTION_SCH

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 JUNCTION is part of a group.
 
REUSEBLOCKREF ReuseBlockRef
 
bool Fixed = false
 

Detailed Description

< "JPT" nodename.

Definition at line 1150 of file cadstar_archive_parser.h.

Member Function Documentation

◆ Parse()

◆ ParseIdentifiers()

void CADSTAR_ARCHIVE_PARSER::NET::JUNCTION::ParseIdentifiers ( XNODE * aNode,
PARSER_CONTEXT * aContext )

◆ ParseSubNode()

Member Data Documentation

◆ Fixed

bool CADSTAR_ARCHIVE_PARSER::NET::JUNCTION::Fixed = false

Definition at line 1158 of file cadstar_archive_parser.h.

Referenced by ParseSubNode().

◆ GroupID

GROUP_ID CADSTAR_ARCHIVE_PARSER::NET::JUNCTION::GroupID = wxEmptyString

If not empty, this JUNCTION is part of a group.

Definition at line 1155 of file cadstar_archive_parser.h.

Referenced by ParseSubNode().

◆ ID

◆ LayerID

LAYER_ID CADSTAR_ARCHIVE_PARSER::NET::JUNCTION::LayerID

◆ Location

POINT CADSTAR_ARCHIVE_PARSER::NET::JUNCTION::Location

Definition at line 1154 of file cadstar_archive_parser.h.

Referenced by ParseSubNode().

◆ ReuseBlockRef

REUSEBLOCKREF CADSTAR_ARCHIVE_PARSER::NET::JUNCTION::ReuseBlockRef

Definition at line 1157 of file cadstar_archive_parser.h.

Referenced by ParseSubNode().


The documentation for this struct was generated from the following files: