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

#include <cadstar_archive_parser.h>

Inheritance diagram for CADSTAR_ARCHIVE_PARSER::GRIDS:
CADSTAR_ARCHIVE_PARSER::PARSER

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. More...
 
std::vector< GRIDUserGrids
 List of predefined grids created by the user. More...
 

Detailed Description

Definition at line 551 of file cadstar_archive_parser.h.

Member Function Documentation

◆ Parse()

Member Data Documentation

◆ ScreenGrid

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 CADSTAR_SCH_ARCHIVE_LOADER::Load().

◆ UserGrids

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.

◆ WorkingGrid

GRID CADSTAR_ARCHIVE_PARSER::GRIDS::WorkingGrid

Definition at line 553 of file cadstar_archive_parser.h.


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