KiCad PCB EDA Suite
|
#include <cadstar_archive_parser.h>
Public Member Functions | |
void | Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override |
Public Attributes | |
GRID | WorkingGrid |
GRID | ScreenGrid |
From CADSTAR Help: "There is one Screen Grid, which is visible as dots on the screen. | |
std::vector< GRID > | UserGrids |
List of predefined grids created by the user. | |
Definition at line 551 of file cadstar_archive_parser.h.
|
overridevirtual |
Implements CADSTAR_ARCHIVE_PARSER::PARSER.
Definition at line 730 of file cadstar_archive_parser.cpp.
References XNODE::GetChildren(), XNODE::GetNext(), CADSTAR_ARCHIVE_PARSER::GRID::IsGrid(), CADSTAR_ARCHIVE_PARSER::GRID::Parse(), ScreenGrid, THROW_UNKNOWN_NODE_IO_ERROR, UserGrids, and WorkingGrid.
GRID CADSTAR_ARCHIVE_PARSER::GRIDS::ScreenGrid |
From CADSTAR Help: "There is one Screen Grid, which is visible as dots on the screen.
You cannot specify your own name for the Screen Grid. The visibility and colour of the dots representing the Screen Grid is set up by the Highlight category on the Colours dialog.
The type of Screen grid displayed(Lined or Points) is set up on the Display dialog within Options(File menu)."
Definition at line 554 of file cadstar_archive_parser.h.
Referenced by Parse().
std::vector<GRID> CADSTAR_ARCHIVE_PARSER::GRIDS::UserGrids |
List of predefined grids created by the user.
Definition at line 562 of file cadstar_archive_parser.h.
Referenced by Parse().
GRID CADSTAR_ARCHIVE_PARSER::GRIDS::WorkingGrid |
Definition at line 553 of file cadstar_archive_parser.h.
Referenced by Parse().