KiCad PCB EDA Suite
|
#include <cadstar_archive_parser.h>
Public Member Functions | |
void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
std::map< PART_ID, PART > | PartDefinitions |
Definition at line 1145 of file cadstar_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 2068 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::PARSER_CONTEXT::CheckPointCallback, XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::PART::ID, CADSTAR_ARCHIVE_PARSER::PART::Parse(), and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_SCH_ARCHIVE_PARSER::Parse(), and CADSTAR_PCB_ARCHIVE_PARSER::Parse().
Definition at line 1147 of file cadstar_archive_parser.h.
Referenced by CADSTAR_SCH_ARCHIVE_LOADER::getPart(), CADSTAR_PCB_ARCHIVE_LOADER::getPart(), CADSTAR_SCH_ARCHIVE_LOADER::Load(), CADSTAR_PCB_ARCHIVE_LOADER::loadComponents(), CADSTAR_SCH_ARCHIVE_LOADER::loadPartsLibrary(), and CADSTAR_SCH_ARCHIVE_LOADER::loadSchematicSymbolInstances().