| 
    KiCad PCB EDA Suite
    
   | 
 
#include <cadstar_sch_archive_parser.h>
  
Public Types | |
| enum class | TYPE { GLOBALSIGNAL , SIGNALREF , TESTPOINT } | 
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override | 
Public Attributes | |
| TYPE | Type | 
| wxString | Reference = wxEmptyString | 
Definition at line 230 of file cadstar_sch_archive_parser.h.
      
  | 
  strong | 
| Enumerator | |
|---|---|
| GLOBALSIGNAL | |
| SIGNALREF | |
| TESTPOINT | |
Definition at line 232 of file cadstar_sch_archive_parser.h.
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 627 of file cadstar_sch_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::CheckNoNextNodes(), XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), Reference, THROW_UNKNOWN_NODE_IO_ERROR, and Type.
| wxString CADSTAR_SCH_ARCHIVE_PARSER::SYMBOLVARIANT::Reference = wxEmptyString | 
Definition at line 241 of file cadstar_sch_archive_parser.h.
Referenced by CADSTAR_SCH_ARCHIVE_LOADER::loadSchematicSymbolInstances(), and Parse().
| TYPE CADSTAR_SCH_ARCHIVE_PARSER::SYMBOLVARIANT::Type | 
Definition at line 240 of file cadstar_sch_archive_parser.h.
Referenced by CADSTAR_SCH_ARCHIVE_LOADER::loadSchematicSymbolInstances(), and Parse().