| 
    KiCad PCB EDA Suite
    
   | 
 
#include <cadstar_sch_archive_parser.h>
  
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override | 
Public Attributes | |
| CODEDEFS_SCM | Codedefs | 
| GRIDS | Grids | 
| SETTINGS | Settings | 
| bool | NetclassEditAttributeSettings = false | 
| bool | SpacingclassEditAttributeSettings = false | 
Definition at line 128 of file cadstar_sch_archive_parser.h.
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 307 of file cadstar_sch_archive_parser.cpp.
References Codedefs, XNODE::GetChildren(), XNODE::GetNext(), Grids, NetclassEditAttributeSettings, Settings, SpacingclassEditAttributeSettings, THROW_MISSING_NODE_IO_ERROR, and THROW_UNKNOWN_NODE_IO_ERROR.
| CODEDEFS_SCM CADSTAR_SCH_ARCHIVE_PARSER::ASSIGNMENTS_SCM::Codedefs | 
Definition at line 130 of file cadstar_sch_archive_parser.h.
Referenced by Parse().
| GRIDS CADSTAR_SCH_ARCHIVE_PARSER::ASSIGNMENTS_SCM::Grids | 
Definition at line 131 of file cadstar_sch_archive_parser.h.
Referenced by Parse().
| bool CADSTAR_SCH_ARCHIVE_PARSER::ASSIGNMENTS_SCM::NetclassEditAttributeSettings = false | 
Definition at line 133 of file cadstar_sch_archive_parser.h.
Referenced by Parse().
| SETTINGS CADSTAR_SCH_ARCHIVE_PARSER::ASSIGNMENTS_SCM::Settings | 
Definition at line 132 of file cadstar_sch_archive_parser.h.
Referenced by Parse().
| bool CADSTAR_SCH_ARCHIVE_PARSER::ASSIGNMENTS_SCM::SpacingclassEditAttributeSettings = false | 
Definition at line 134 of file cadstar_sch_archive_parser.h.
Referenced by Parse().