| 
    KiCad PCB EDA Suite
    
   | 
 
#include <cadstar_archive_parser.h>
  
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override | 
Public Attributes | |
| HATCHCODE_ID | ID | 
| wxString | Name | 
| std::vector< HATCH > | Hatches | 
Definition at line 320 of file cadstar_archive_parser.h.
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 245 of file cadstar_archive_parser.cpp.
References XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), Hatches, ID, location, Name, CADSTAR_ARCHIVE_PARSER::HATCH::Parse(), and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_ARCHIVE_PARSER::CODEDEFS::ParseSubNode().
| std::vector<HATCH> CADSTAR_ARCHIVE_PARSER::HATCHCODE::Hatches | 
| HATCHCODE_ID CADSTAR_ARCHIVE_PARSER::HATCHCODE::ID | 
Definition at line 322 of file cadstar_archive_parser.h.
Referenced by Parse(), and CADSTAR_ARCHIVE_PARSER::CODEDEFS::ParseSubNode().
| wxString CADSTAR_ARCHIVE_PARSER::HATCHCODE::Name | 
Definition at line 323 of file cadstar_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::checkAndLogHatchCode(), and Parse().