KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CADSTAR_ARCHIVE_PARSER::GRID Struct Reference

#include <cadstar_archive_parser.h>

Inheritance diagram for CADSTAR_ARCHIVE_PARSER::GRID:
CADSTAR_ARCHIVE_PARSER::PARSER

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)
 

Detailed Description

Definition at line 537 of file cadstar_archive_parser.h.

Member Function Documentation

◆ IsGrid()

bool CADSTAR_ARCHIVE_PARSER::GRID::IsGrid ( XNODE aNode)
static

Definition at line 698 of file cadstar_archive_parser.cpp.

Referenced by CADSTAR_ARCHIVE_PARSER::GRIDS::Parse().

◆ Parse()

Member Data Documentation

◆ Name

wxString CADSTAR_ARCHIVE_PARSER::GRID::Name

Definition at line 540 of file cadstar_archive_parser.h.

◆ Param1

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().

◆ Param2

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().

◆ Type

GRID_TYPE CADSTAR_ARCHIVE_PARSER::GRID::Type

Definition at line 539 of file cadstar_archive_parser.h.

Referenced by CADSTAR_SCH_ARCHIVE_LOADER::Load().


The documentation for this struct was generated from the following files: