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

Graphical line/shape item from LINES section. More...

#include <pads_sch_parser.h>

Public Attributes

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

Detailed Description

Graphical line/shape item from LINES section.

Definition at line 441 of file pads_sch_parser.h.

Member Data Documentation

◆ name

std::string PADS_SCH::LINES_ITEM::name

Definition at line 443 of file pads_sch_parser.h.

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

◆ origin

POINT PADS_SCH::LINES_ITEM::origin

Definition at line 444 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 445 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 446 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 447 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 448 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: