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

#include <pads_sch_parser.h>

Public Attributes

std::string name
 
POINT origin
 
int param1 = 0
 
int param2 = 0
 
int sheet_number = 0
 
std::vector< SYMBOL_GRAPHICprimitives
 
std::vector< TEXT_ITEMtexts
 

Detailed Description

Definition at line 424 of file pads_sch_parser.h.

Member Data Documentation

◆ name

std::string PADS_SCH::LINES_ITEM::name

Definition at line 426 of file pads_sch_parser.h.

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

◆ origin

POINT PADS_SCH::LINES_ITEM::origin

Definition at line 427 of file pads_sch_parser.h.

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

◆ param1

int PADS_SCH::LINES_ITEM::param1 = 0

Definition at line 428 of file pads_sch_parser.h.

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

◆ param2

int PADS_SCH::LINES_ITEM::param2 = 0

Definition at line 429 of file pads_sch_parser.h.

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

◆ primitives

std::vector<SYMBOL_GRAPHIC> PADS_SCH::LINES_ITEM::primitives

Definition at line 431 of file pads_sch_parser.h.

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

◆ sheet_number

int PADS_SCH::LINES_ITEM::sheet_number = 0

Definition at line 430 of file pads_sch_parser.h.

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

◆ texts

std::vector<TEXT_ITEM> PADS_SCH::LINES_ITEM::texts

Definition at line 432 of file pads_sch_parser.h.

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


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