|
KiCad PCB EDA Suite
|
#include <cadstar_sch_archive_parser.h>
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
| wxString | Designator = wxEmptyString |
| bool | ReadOnly = false |
| bool | HasLocation = false |
| ATTRIBUTE_LOCATION | AttrLoc |
Definition at line 188 of file cadstar_sch_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 501 of file cadstar_sch_archive_parser.cpp.
References AttrLoc, Designator, XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), HasLocation, ReadOnly, and THROW_UNKNOWN_NODE_IO_ERROR.
| ATTRIBUTE_LOCATION CADSTAR_SCH_ARCHIVE_PARSER::COMP::AttrLoc |
Definition at line 193 of file cadstar_sch_archive_parser.h.
Referenced by CADSTAR_SCH_ARCHIVE_LOADER::loadSchematicSymbolInstances(), and Parse().
| wxString CADSTAR_SCH_ARCHIVE_PARSER::COMP::Designator = wxEmptyString |
Definition at line 190 of file cadstar_sch_archive_parser.h.
Referenced by CADSTAR_SCH_ARCHIVE_LOADER::loadSchematicSymbol(), CADSTAR_SCH_ARCHIVE_LOADER::loadSchematicSymbolInstances(), and Parse().
| bool CADSTAR_SCH_ARCHIVE_PARSER::COMP::HasLocation = false |
Definition at line 192 of file cadstar_sch_archive_parser.h.
Referenced by Parse().
| bool CADSTAR_SCH_ARCHIVE_PARSER::COMP::ReadOnly = false |
Definition at line 191 of file cadstar_sch_archive_parser.h.
Referenced by Parse().