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 698 of file cadstar_archive_parser.cpp.
Referenced by CADSTAR_ARCHIVE_PARSER::GRIDS::Parse().
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 709 of file cadstar_archive_parser.cpp.
References CADSTAR_ARCHIVE_PARSER::FRACTIONALGRID, CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDLong(), CADSTAR_ARCHIVE_PARSER::GetXmlAttributeIDString(), and CADSTAR_ARCHIVE_PARSER::STEPGRID.
Referenced by CADSTAR_ARCHIVE_PARSER::GRIDS::Parse().
wxString CADSTAR_ARCHIVE_PARSER::GRID::Name |
Definition at line 540 of file cadstar_archive_parser.h.
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 CADSTAR_SCH_ARCHIVE_LOADER::Load().
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 CADSTAR_SCH_ARCHIVE_LOADER::Load().
GRID_TYPE CADSTAR_ARCHIVE_PARSER::GRID::Type |
Definition at line 539 of file cadstar_archive_parser.h.
Referenced by CADSTAR_SCH_ARCHIVE_LOADER::Load().