| 
    KiCad PCB EDA Suite
    
   | 
 
< "SWAPGATE" Node name (represents an "Element") More...
#include <cadstar_archive_parser.h>
  
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override | 
Public Attributes | |
| std::vector< PART_DEFINITION_PIN_ID > | PinIDs | 
| The pins in this vector describe a "gate".   | |
< "SWAPGATE" Node name (represents an "Element")
Definition at line 1046 of file cadstar_archive_parser.h.
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 1912 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::CheckNoChildNodes(), CADSTAR_ARCHIVE_PARSER::IsValidAttribute(), PinIDs, and THROW_UNKNOWN_PARAMETER_IO_ERROR.
Referenced by CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::SWAP_GROUP::Parse().
| std::vector<PART_DEFINITION_PIN_ID> CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::SWAP_GATE::PinIDs | 
The pins in this vector describe a "gate".
Definition at line 1048 of file cadstar_archive_parser.h.
Referenced by Parse().