KiCad PCB EDA Suite
|
#include <cadstar_archive_parser.h>
Public Member Functions | |
void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
NETCLASS_ID | ID |
wxString | Name |
std::vector< ATTRIBUTE_VALUE > | Attributes |
Definition at line 804 of file cadstar_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 1421 of file cadstar_archive_parser.cpp.
References XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), ID, CADSTAR_ARCHIVE_PARSER::ATTRIBUTE_VALUE::Parse(), and THROW_UNKNOWN_NODE_IO_ERROR.
Referenced by CADSTAR_ARCHIVE_PARSER::CODEDEFS::ParseSubNode().
std::vector<ATTRIBUTE_VALUE> CADSTAR_ARCHIVE_PARSER::CADSTAR_NETCLASS::Attributes |
Definition at line 808 of file cadstar_archive_parser.h.
NETCLASS_ID CADSTAR_ARCHIVE_PARSER::CADSTAR_NETCLASS::ID |
Definition at line 806 of file cadstar_archive_parser.h.
Referenced by CADSTAR_ARCHIVE_PARSER::CODEDEFS::ParseSubNode().
wxString CADSTAR_ARCHIVE_PARSER::CADSTAR_NETCLASS::Name |
Definition at line 807 of file cadstar_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::getKiCadNet().