| 
    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 976 of file cadstar_archive_parser.h.
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 1774 of file cadstar_archive_parser.cpp.
References Alternate, CADSTAR_ARCHIVE_PARSER::CheckNoChildNodes(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), ID, Name, and PinCount.
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 980 of file cadstar_archive_parser.h.
Referenced by Parse().
| GATE_ID CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::GATE::ID | 
Usually "A", "B", "C", etc.
Definition at line 978 of file cadstar_archive_parser.h.
Referenced by Parse(), and CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::Parse().
| wxString CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::GATE::Name | 
Symbol name in the symbol library.
Definition at line 979 of file cadstar_archive_parser.h.
Referenced by Parse().
| long CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::GATE::PinCount | 
Number of pins (terminals) in the symbol.
Definition at line 981 of file cadstar_archive_parser.h.
Referenced by Parse().