| 
    KiCad PCB EDA Suite
    
   | 
 
#include <cadstar_archive_parser.h>
  
Public Member Functions | |
| void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override | 
Static Public Member Functions | |
| static bool | IsGrid (XNODE *aNode) | 
Public Attributes | |
| GRID_TYPE | Type | 
| wxString | Name | 
| long | Param1 | 
| Either Units or X step, depending on Type (see GRID_TYPE for more details)   | |
| long | Param2 | 
| Either Divisor or Y step, depending on Type (see GRID_TYPE for more details)   | |
Definition at line 537 of file cadstar_archive_parser.h.
      
  | 
  static | 
Definition at line 700 of file cadstar_archive_parser.cpp.
Referenced by Parse(), and CADSTAR_ARCHIVE_PARSER::GRIDS::Parse().
      
  | 
  overridevirtual | 
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 711 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::FRACTIONALGRID, CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), IsGrid(), Name, Param1, Param2, CADSTAR_ARCHIVE_PARSER::STEPGRID, and Type.
Referenced by CADSTAR_ARCHIVE_PARSER::GRIDS::Parse().
| wxString CADSTAR_ARCHIVE_PARSER::GRID::Name | 
Definition at line 540 of file cadstar_archive_parser.h.
Referenced by Parse().
| long CADSTAR_ARCHIVE_PARSER::GRID::Param1 | 
Either Units or X step, depending on Type (see GRID_TYPE for more details)
Definition at line 541 of file cadstar_archive_parser.h.
Referenced by Parse().
| long CADSTAR_ARCHIVE_PARSER::GRID::Param2 | 
Either Divisor or Y step, depending on Type (see GRID_TYPE for more details)
Definition at line 543 of file cadstar_archive_parser.h.
Referenced by Parse().
| GRID_TYPE CADSTAR_ARCHIVE_PARSER::GRID::Type | 
Definition at line 539 of file cadstar_archive_parser.h.
Referenced by Parse().