KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::GATE Struct Reference

< "GATEDEFINITION" node name More...

#include <cadstar_archive_parser.h>

Inheritance diagram for CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::GATE:
CADSTAR_ARCHIVE_PARSER::PARSER

Public Member Functions

void Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override
 

Public Attributes

GATE_ID ID
 Usually "A", "B", "C", etc.
 
wxString Name
 Symbol name in the symbol library.
 
wxString Alternate
 Symbol alternate name in the symbol library.
 
long PinCount
 Number of pins (terminals) in the symbol.
 

Detailed Description

< "GATEDEFINITION" node name

Definition at line 980 of file cadstar_archive_parser.h.

Member Function Documentation

◆ Parse()

void CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::GATE::Parse ( XNODE aNode,
PARSER_CONTEXT aContext 
)
overridevirtual

Member Data Documentation

◆ Alternate

wxString CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::GATE::Alternate

Symbol alternate name in the symbol library.

Definition at line 984 of file cadstar_archive_parser.h.

◆ ID

GATE_ID CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::GATE::ID

Usually "A", "B", "C", etc.

Definition at line 982 of file cadstar_archive_parser.h.

Referenced by CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::Parse().

◆ Name

wxString CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::GATE::Name

Symbol name in the symbol library.

Definition at line 983 of file cadstar_archive_parser.h.

◆ PinCount

long CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::GATE::PinCount

Number of pins (terminals) in the symbol.

Definition at line 985 of file cadstar_archive_parser.h.


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