|
KiCad PCB EDA Suite
|
#include <cadstar_archive_parser.h>
Public Member Functions | |
| wxString | BuildLibName () const |
| void | ParseIdentifiers (XNODE *aNode, PARSER_CONTEXT *aContext) |
| bool | ParseSubNode (XNODE *aChildNode, PARSER_CONTEXT *aContext) |
| virtual void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext)=0 |
Public Attributes | |
| SYMDEF_ID | ID |
| wxString | ReferenceName |
| This is the name which identifies the symbol in the library Multiple components may exist with the same ReferenceName. | |
| wxString | Alternate |
| This is in addition to ReferenceName. | |
| POINT | Origin |
| Origin of the component (this is used as the reference point when placing the component in the design) | |
| bool | Stub = false |
| When the CADSTAR Archive file is exported without the component library, if components on the board are still exported, the Reference and Alternate names will still be exported but the content is replaced with a "STUB" atom, requiring access to the original library for component definition. | |
| long | Version = UNDEFINED_VALUE |
| Version is a sequential integer number to identify discrepancies between the library and the design. | |
| std::map< FIGURE_ID, FIGURE > | Figures |
| std::map< TEXT_ID, TEXT > | Texts |
| std::map< ATTRIBUTE_ID, TEXT_LOCATION > | TextLocations |
| This contains location of any attributes, including designator position. | |
| std::map< ATTRIBUTE_ID, ATTRIBUTE_VALUE > | AttributeValues |
| These attributes might also have a location. | |
Definition at line 937 of file cadstar_archive_parser.h.
| wxString CADSTAR_ARCHIVE_PARSER::SYMDEF::BuildLibName | ( | ) | const |
Definition at line 1709 of file cadstar_archive_parser.cpp.
References Alternate, CADSTAR_ARCHIVE_PARSER::generateLibName(), and ReferenceName.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadComponentLibrary(), and CADSTAR_SCH_ARCHIVE_LOADER::loadSymdef().
|
pure virtualinherited |
Implemented in CADSTAR_ARCHIVE_PARSER::ATTRCOL, CADSTAR_ARCHIVE_PARSER::ATTRCOLORS, CADSTAR_ARCHIVE_PARSER::ATTRIBUTE_LOCATION, CADSTAR_ARCHIVE_PARSER::ATTRIBUTE_VALUE, CADSTAR_ARCHIVE_PARSER::ATTRNAME::COLUMNORDER, CADSTAR_ARCHIVE_PARSER::ATTRNAME::COLUMNWIDTH, CADSTAR_ARCHIVE_PARSER::ATTRNAME, CADSTAR_ARCHIVE_PARSER::CADSTAR_NETCLASS, CADSTAR_ARCHIVE_PARSER::CUTOUT, CADSTAR_ARCHIVE_PARSER::DFLTSETTINGS, CADSTAR_ARCHIVE_PARSER::DOCUMENTATION_SYMBOL, CADSTAR_ARCHIVE_PARSER::EVALUE, CADSTAR_ARCHIVE_PARSER::FIGURE, CADSTAR_ARCHIVE_PARSER::FONT, CADSTAR_ARCHIVE_PARSER::FORMAT, CADSTAR_ARCHIVE_PARSER::GRID, CADSTAR_ARCHIVE_PARSER::GRIDS, CADSTAR_ARCHIVE_PARSER::GROUP, CADSTAR_ARCHIVE_PARSER::HATCH, CADSTAR_ARCHIVE_PARSER::HATCHCODE, CADSTAR_ARCHIVE_PARSER::HEADER, CADSTAR_ARCHIVE_PARSER::LINECODE, CADSTAR_ARCHIVE_PARSER::LONGPOINT, CADSTAR_ARCHIVE_PARSER::NET::JUNCTION, CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::GATE, CADSTAR_ARCHIVE_PARSER::PART::DEFINITION, CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::PIN, CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::PIN_EQUIVALENCE, CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::SWAP_GATE, CADSTAR_ARCHIVE_PARSER::PART::DEFINITION::SWAP_GROUP, CADSTAR_ARCHIVE_PARSER::PART, CADSTAR_ARCHIVE_PARSER::PART::PART_PIN, CADSTAR_ARCHIVE_PARSER::PARTNAMECOL, CADSTAR_ARCHIVE_PARSER::PARTS, CADSTAR_ARCHIVE_PARSER::POINT, CADSTAR_ARCHIVE_PARSER::REUSEBLOCK, CADSTAR_ARCHIVE_PARSER::REUSEBLOCKREF, CADSTAR_ARCHIVE_PARSER::ROUTECODE, CADSTAR_ARCHIVE_PARSER::ROUTEREASSIGN, CADSTAR_ARCHIVE_PARSER::SETTINGS, CADSTAR_ARCHIVE_PARSER::SHAPE, CADSTAR_ARCHIVE_PARSER::SPCCLASSNAME, CADSTAR_ARCHIVE_PARSER::TEXT, CADSTAR_ARCHIVE_PARSER::TEXT_LOCATION, CADSTAR_ARCHIVE_PARSER::TEXTCODE, CADSTAR_ARCHIVE_PARSER::TIMESTAMP, CADSTAR_ARCHIVE_PARSER::VARIANT, CADSTAR_ARCHIVE_PARSER::VARIANT_HIERARCHY, CADSTAR_ARCHIVE_PARSER::VERTEX, CADSTAR_PCB_ARCHIVE_PARSER::AREA, CADSTAR_PCB_ARCHIVE_PARSER::ASSIGNMENTS, CADSTAR_PCB_ARCHIVE_PARSER::CADSTAR_BOARD, CADSTAR_PCB_ARCHIVE_PARSER::CADSTAR_PAD_SHAPE, CADSTAR_PCB_ARCHIVE_PARSER::CODEDEFS_PCB, CADSTAR_PCB_ARCHIVE_PARSER::COMPONENT, CADSTAR_PCB_ARCHIVE_PARSER::COMPONENT_AREA, CADSTAR_PCB_ARCHIVE_PARSER::COMPONENT_COPPER, CADSTAR_PCB_ARCHIVE_PARSER::COMPONENT_PAD, CADSTAR_PCB_ARCHIVE_PARSER::COPPER::NETREF::COPPER_TERM, CADSTAR_PCB_ARCHIVE_PARSER::COPPER::NETREF, CADSTAR_PCB_ARCHIVE_PARSER::COPPER, CADSTAR_PCB_ARCHIVE_PARSER::COPPERCODE, CADSTAR_PCB_ARCHIVE_PARSER::COPREASSIGN, CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION::ARROW, CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION::EXTENSION_LINE, CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION::LINE, CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION, CADSTAR_PCB_ARCHIVE_PARSER::DIMENSION::TEXTFORMAT, CADSTAR_PCB_ARCHIVE_PARSER::DRILL_TABLE, CADSTAR_PCB_ARCHIVE_PARSER::LAYER, CADSTAR_PCB_ARCHIVE_PARSER::LAYERDEFS, CADSTAR_PCB_ARCHIVE_PARSER::LAYERPAIR, CADSTAR_PCB_ARCHIVE_PARSER::LAYOUT, CADSTAR_PCB_ARCHIVE_PARSER::LIBRARY, CADSTAR_PCB_ARCHIVE_PARSER::MATERIAL, CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::CONNECTION_PCB, CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::COPPER_TERMINAL, CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::JUNCTION_PCB, CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB, CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::PIN, CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::ROUTE, CADSTAR_PCB_ARCHIVE_PARSER::NET_PCB::VIA, CADSTAR_PCB_ARCHIVE_PARSER::PAD_EXITS, CADSTAR_PCB_ARCHIVE_PARSER::PADCODE, CADSTAR_PCB_ARCHIVE_PARSER::PADEXCEPTION, CADSTAR_PCB_ARCHIVE_PARSER::PADREASSIGN, CADSTAR_PCB_ARCHIVE_PARSER::PIN_ATTRIBUTE, CADSTAR_PCB_ARCHIVE_PARSER::RULESET, CADSTAR_PCB_ARCHIVE_PARSER::SPACINGCODE, CADSTAR_PCB_ARCHIVE_PARSER::SPACINGCODE::REASSIGN, CADSTAR_PCB_ARCHIVE_PARSER::SPCCLASSSPACE, CADSTAR_PCB_ARCHIVE_PARSER::SYMDEF_PCB, CADSTAR_PCB_ARCHIVE_PARSER::TECHNOLOGY_SECTION, CADSTAR_PCB_ARCHIVE_PARSER::TEMPLATE, CADSTAR_PCB_ARCHIVE_PARSER::TEMPLATE::POURING, CADSTAR_PCB_ARCHIVE_PARSER::TRUNK, CADSTAR_PCB_ARCHIVE_PARSER::VIACODE, CADSTAR_PCB_ARCHIVE_PARSER::VIAREASSIGN, CADSTAR_SCH_ARCHIVE_PARSER::ASSIGNMENTS_SCM, CADSTAR_SCH_ARCHIVE_PARSER::BLOCK, CADSTAR_SCH_ARCHIVE_PARSER::BUS, CADSTAR_SCH_ARCHIVE_PARSER::CADSTAR_SCHEMATIC, CADSTAR_SCH_ARCHIVE_PARSER::CODEDEFS_SCM, CADSTAR_SCH_ARCHIVE_PARSER::COMP, CADSTAR_SCH_ARCHIVE_PARSER::LIBRARY_SCM, CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::BLOCK_TERM, CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::BUS_TERM, CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::CONNECTION_SCH, CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::DANGLER, CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::JUNCTION_SCH, CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH, CADSTAR_SCH_ARCHIVE_PARSER::NET_SCH::SYM_TERM, CADSTAR_SCH_ARCHIVE_PARSER::PARTREF, CADSTAR_SCH_ARCHIVE_PARSER::PIN_NUM_LABEL_LOC, CADSTAR_SCH_ARCHIVE_PARSER::SHEETS, CADSTAR_SCH_ARCHIVE_PARSER::SIGLOC, CADSTAR_SCH_ARCHIVE_PARSER::SIGNALREFERENCELINK, CADSTAR_SCH_ARCHIVE_PARSER::SYMBOL, CADSTAR_SCH_ARCHIVE_PARSER::SYMBOL::PIN_NUM, CADSTAR_SCH_ARCHIVE_PARSER::SYMBOLVARIANT, CADSTAR_SCH_ARCHIVE_PARSER::SYMDEF_SCM, CADSTAR_SCH_ARCHIVE_PARSER::SYMPINNAME_LABEL, CADSTAR_SCH_ARCHIVE_PARSER::TERMATTR, CADSTAR_SCH_ARCHIVE_PARSER::TERMINAL, CADSTAR_SCH_ARCHIVE_PARSER::TERMINAL_SHAPE, and CADSTAR_SCH_ARCHIVE_PARSER::TERMINALCODE.
| void CADSTAR_ARCHIVE_PARSER::SYMDEF::ParseIdentifiers | ( | XNODE * | aNode, |
| PARSER_CONTEXT * | aContext ) |
Definition at line 1715 of file cadstar_archive_parser.cpp.
References Alternate, CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), ID, and ReferenceName.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::SYMDEF_PCB::Parse(), and CADSTAR_SCH_ARCHIVE_PARSER::SYMDEF_SCM::Parse().
| bool CADSTAR_ARCHIVE_PARSER::SYMDEF::ParseSubNode | ( | XNODE * | aChildNode, |
| PARSER_CONTEXT * | aContext ) |
Definition at line 1725 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::ATTRIBUTE_VALUE::AttributeID, CADSTAR_ARCHIVE_PARSER::TEXT_LOCATION::AttributeID, AttributeValues, Figures, CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), CADSTAR_ARCHIVE_PARSER::FIGURE::ID, CADSTAR_ARCHIVE_PARSER::TEXT::ID, Origin, CADSTAR_ARCHIVE_PARSER::ATTRIBUTE_VALUE::Parse(), CADSTAR_ARCHIVE_PARSER::FIGURE::Parse(), CADSTAR_ARCHIVE_PARSER::TEXT::Parse(), CADSTAR_ARCHIVE_PARSER::TEXT_LOCATION::Parse(), Stub, TextLocations, Texts, and Version.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::SYMDEF_PCB::Parse(), and CADSTAR_SCH_ARCHIVE_PARSER::SYMDEF_SCM::Parse().
| wxString CADSTAR_ARCHIVE_PARSER::SYMDEF::Alternate |
This is in addition to ReferenceName.
It allows defining different versions, views etc. of the same basic symbol.
Definition at line 942 of file cadstar_archive_parser.h.
Referenced by BuildLibName(), CADSTAR_PCB_ARCHIVE_LOADER::loadDocumentationSymbols(), CADSTAR_PCB_ARCHIVE_LOADER::loadLibraryAreas(), CADSTAR_PCB_ARCHIVE_LOADER::loadLibraryCoppers(), CADSTAR_PCB_ARCHIVE_LOADER::loadLibraryFigures(), CADSTAR_SCH_ARCHIVE_LOADER::loadSchematicSymbolInstances(), and ParseIdentifiers().
| std::map<ATTRIBUTE_ID, ATTRIBUTE_VALUE> CADSTAR_ARCHIVE_PARSER::SYMDEF::AttributeValues |
These attributes might also have a location.
Definition at line 960 of file cadstar_archive_parser.h.
Referenced by CADSTAR_SCH_ARCHIVE_LOADER::loadSymdef(), and ParseSubNode().
Definition at line 955 of file cadstar_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadComponentLibrary(), CADSTAR_PCB_ARCHIVE_LOADER::loadDocumentationSymbols(), CADSTAR_SCH_ARCHIVE_LOADER::loadDocumentationSymbols(), CADSTAR_PCB_ARCHIVE_LOADER::loadLibraryFigures(), CADSTAR_SCH_ARCHIVE_LOADER::loadSymdef(), and ParseSubNode().
| SYMDEF_ID CADSTAR_ARCHIVE_PARSER::SYMDEF::ID |
Definition at line 939 of file cadstar_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadLibraryCoppers(), CADSTAR_PCB_ARCHIVE_PARSER::LIBRARY::Parse(), CADSTAR_SCH_ARCHIVE_PARSER::LIBRARY_SCM::Parse(), and ParseIdentifiers().
| POINT CADSTAR_ARCHIVE_PARSER::SYMDEF::Origin |
Origin of the component (this is used as the reference point when placing the component in the design)
Definition at line 944 of file cadstar_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadComponentLibrary(), CADSTAR_PCB_ARCHIVE_LOADER::loadComponents(), CADSTAR_PCB_ARCHIVE_LOADER::loadDocumentationSymbols(), CADSTAR_SCH_ARCHIVE_LOADER::loadDocumentationSymbols(), CADSTAR_SCH_ARCHIVE_LOADER::loadSchematicSymbolInstances(), CADSTAR_SCH_ARCHIVE_LOADER::loadSymdef(), CADSTAR_PCB_ARCHIVE_PARSER::SYMDEF_PCB::Parse(), CADSTAR_SCH_ARCHIVE_PARSER::SYMDEF_SCM::Parse(), and ParseSubNode().
| wxString CADSTAR_ARCHIVE_PARSER::SYMDEF::ReferenceName |
This is the name which identifies the symbol in the library Multiple components may exist with the same ReferenceName.
Definition at line 940 of file cadstar_archive_parser.h.
Referenced by BuildLibName(), CADSTAR_PCB_ARCHIVE_LOADER::loadDocumentationSymbols(), CADSTAR_PCB_ARCHIVE_LOADER::loadLibraryAreas(), CADSTAR_PCB_ARCHIVE_LOADER::loadLibraryCoppers(), CADSTAR_PCB_ARCHIVE_LOADER::loadLibraryFigures(), CADSTAR_PCB_ARCHIVE_PARSER::SYMDEF_PCB::Parse(), and ParseIdentifiers().
| bool CADSTAR_ARCHIVE_PARSER::SYMDEF::Stub = false |
When the CADSTAR Archive file is exported without the component library, if components on the board are still exported, the Reference and Alternate names will still be exported but the content is replaced with a "STUB" atom, requiring access to the original library for component definition.
Definition at line 946 of file cadstar_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_PARSER::SYMDEF_PCB::Parse(), CADSTAR_SCH_ARCHIVE_PARSER::SYMDEF_SCM::Parse(), and ParseSubNode().
| std::map<ATTRIBUTE_ID, TEXT_LOCATION> CADSTAR_ARCHIVE_PARSER::SYMDEF::TextLocations |
This contains location of any attributes, including designator position.
Definition at line 957 of file cadstar_archive_parser.h.
Referenced by CADSTAR_SCH_ARCHIVE_LOADER::loadSchematicSymbolInstances(), CADSTAR_SCH_ARCHIVE_LOADER::loadSymdef(), and ParseSubNode().
| long CADSTAR_ARCHIVE_PARSER::SYMDEF::Version = UNDEFINED_VALUE |
Version is a sequential integer number to identify discrepancies between the library and the design.
Definition at line 952 of file cadstar_archive_parser.h.
Referenced by ParseSubNode().