KiCad PCB EDA Suite
|
#include <cadstar_archive_parser.h>
Public Member Functions | |
void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
GROUP_ID | ID |
wxString | Name |
bool | Fixed = false |
bool | Transfer = false |
If true, the group is transferred to PCB. | |
GROUP_ID | GroupID = wxEmptyString |
If not empty, this GROUP is part of another GROUP. | |
REUSEBLOCKREF | ReuseBlockRef |
Definition at line 885 of file cadstar_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 1572 of file cadstar_archive_parser.cpp.
References XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), ID, and THROW_UNKNOWN_NODE_IO_ERROR.
bool CADSTAR_ARCHIVE_PARSER::GROUP::Fixed = false |
Definition at line 889 of file cadstar_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadGroups().
GROUP_ID CADSTAR_ARCHIVE_PARSER::GROUP::GroupID = wxEmptyString |
If not empty, this GROUP is part of another GROUP.
Definition at line 891 of file cadstar_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadGroups().
GROUP_ID CADSTAR_ARCHIVE_PARSER::GROUP::ID |
Definition at line 887 of file cadstar_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadGroups().
wxString CADSTAR_ARCHIVE_PARSER::GROUP::Name |
Definition at line 888 of file cadstar_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadGroups().
REUSEBLOCKREF CADSTAR_ARCHIVE_PARSER::GROUP::ReuseBlockRef |
Definition at line 893 of file cadstar_archive_parser.h.
bool CADSTAR_ARCHIVE_PARSER::GROUP::Transfer = false |
If true, the group is transferred to PCB.
Definition at line 890 of file cadstar_archive_parser.h.