|
KiCad PCB EDA Suite
|
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_GRAPHIC > | primitives |
| std::vector< TEXT_ITEM > | texts |
Graphical line/shape item from LINES section.
Definition at line 441 of file pads_sch_parser.h.
| 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().
| POINT PADS_SCH::LINES_ITEM::origin |
Definition at line 444 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionLINES().
| 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().
| 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().
| 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().
| 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().