KiCad PCB EDA Suite
|
< "GATEDEFINITION" node name More...
#include <cadstar_archive_parser.h>
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. | |
< "GATEDEFINITION" node name
Definition at line 980 of file cadstar_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 1772 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::CheckNoChildNodes(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), and ID.
Referenced by CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::Parse().
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.
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().
wxString CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::GATE::Name |
Symbol name in the symbol library.
Definition at line 983 of file cadstar_archive_parser.h.
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.