|
KiCad PCB EDA Suite
|
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 |
Sheet header from SHT section.
Definition at line 402 of file pads_sch_parser.h.
| 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().
| 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().
| 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().
| 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().