| 
    KiCad PCB EDA Suite
    
   | 
 
#include <cadstar_archive_parser.h>
  
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override | 
Public Attributes | |
| wxString | Type | 
| long | SomeInt | 
| It is unclear what this parameter is used for.   | |
| long | Version | 
| Archive version number (e.g.   | |
Definition at line 227 of file cadstar_archive_parser.h.
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 61 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), SomeInt, Type, and Version.
| long CADSTAR_ARCHIVE_PARSER::FORMAT::SomeInt | 
It is unclear what this parameter is used for.
Definition at line 230 of file cadstar_archive_parser.h.
Referenced by Parse().
| wxString CADSTAR_ARCHIVE_PARSER::FORMAT::Type | 
Definition at line 229 of file cadstar_archive_parser.h.
Referenced by Parse().
| long CADSTAR_ARCHIVE_PARSER::FORMAT::Version | 
Archive version number (e.g.
for PCB: 19=> CADSTAR 17.0 archive, 20=> CADSTAR 18.0 archive, 21 => CADSTAR 2018.0 / 2019.0 / 2020.0, etc.)
Definition at line 231 of file cadstar_archive_parser.h.
Referenced by Parse().