| 
    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 881 of file cadstar_archive_parser.h.
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 1574 of file cadstar_archive_parser.cpp.
References Fixed, XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), GroupID, ID, Name, ReuseBlockRef, THROW_UNKNOWN_NODE_IO_ERROR, and Transfer.
| bool CADSTAR_ARCHIVE_PARSER::GROUP::Fixed = false | 
Definition at line 885 of file cadstar_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadGroups(), and Parse().
| GROUP_ID CADSTAR_ARCHIVE_PARSER::GROUP::GroupID = wxEmptyString | 
If not empty, this GROUP is part of another GROUP.
Definition at line 887 of file cadstar_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadGroups(), and Parse().
| GROUP_ID CADSTAR_ARCHIVE_PARSER::GROUP::ID | 
Definition at line 883 of file cadstar_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadGroups(), and Parse().
| wxString CADSTAR_ARCHIVE_PARSER::GROUP::Name | 
Definition at line 884 of file cadstar_archive_parser.h.
Referenced by CADSTAR_PCB_ARCHIVE_LOADER::loadGroups(), and Parse().
| REUSEBLOCKREF CADSTAR_ARCHIVE_PARSER::GROUP::ReuseBlockRef | 
Definition at line 889 of file cadstar_archive_parser.h.
Referenced by Parse().
| bool CADSTAR_ARCHIVE_PARSER::GROUP::Transfer = false | 
If true, the group is transferred to PCB.
Definition at line 886 of file cadstar_archive_parser.h.
Referenced by Parse().