KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CADSTAR_SCH_ARCHIVE_PARSER::SHEETS Struct Reference

#include <cadstar_sch_archive_parser.h>

Inheritance diagram for CADSTAR_SCH_ARCHIVE_PARSER::SHEETS:
CADSTAR_ARCHIVE_PARSER::PARSER

Public Member Functions

void Parse (XNODE *aNode, PARSER_CONTEXT *aContext) override
 

Public Attributes

std::map< LAYER_ID, SHEET_NAMESheetNames
 
std::vector< LAYER_IDSheetOrder
 A vector to also store the order in which sheets are to be displayed.
 

Detailed Description

Definition at line 175 of file cadstar_sch_archive_parser.h.

Member Function Documentation

◆ Parse()

void CADSTAR_SCH_ARCHIVE_PARSER::SHEETS::Parse ( XNODE aNode,
PARSER_CONTEXT aContext 
)
overridevirtual

Member Data Documentation

◆ SheetNames

◆ SheetOrder

std::vector<LAYER_ID> CADSTAR_SCH_ARCHIVE_PARSER::SHEETS::SheetOrder

A vector to also store the order in which sheets are to be displayed.

Definition at line 178 of file cadstar_sch_archive_parser.h.

Referenced by CADSTAR_SCH_ARCHIVE_LOADER::findOrphanSheets(), and CADSTAR_SCH_ARCHIVE_LOADER::getSheetNumber().


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