|
KiCad PCB EDA Suite
|
#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_GRAPHIC > | primitives |
| std::vector< TEXT_ITEM > | texts |
Definition at line 424 of file pads_sch_parser.h.
| 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().
| POINT PADS_SCH::LINES_ITEM::origin |
Definition at line 427 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionLINES().
| 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().
| 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().
| 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().
| 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().
| 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().