KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_SCH::SHEET_HEADER Struct Reference

Sheet header from SHT section. More...

#include <pads_sch_parser.h>

Public Attributes

int sheet_num = 0
 
std::string sheet_name
 
int parent_num = -1
 
std::string parent_name
 

Detailed Description

Sheet header from SHT section.

Definition at line 402 of file pads_sch_parser.h.

Member Data Documentation

◆ parent_name

std::string PADS_SCH::SHEET_HEADER::parent_name

Definition at line 407 of file pads_sch_parser.h.

Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionSHT().

◆ parent_num

int PADS_SCH::SHEET_HEADER::parent_num = -1

Definition at line 406 of file pads_sch_parser.h.

Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionSHT().

◆ sheet_name

std::string PADS_SCH::SHEET_HEADER::sheet_name

Definition at line 405 of file pads_sch_parser.h.

Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionSHT().

◆ sheet_num

int PADS_SCH::SHEET_HEADER::sheet_num = 0

Definition at line 404 of file pads_sch_parser.h.

Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionSHT().


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