|
KiCad PCB EDA Suite
|
#include <pads_sch_parser.h>
Public Attributes | |
| std::string | net_name |
| std::string | anchor_ref |
| int | x_offset = 0 |
| int | y_offset = 0 |
| int | rotation = 0 |
| int | justification = 0 |
| int | f3 = 0 |
| int | f4 = 0 |
| int | f5 = 0 |
| int | f6 = 0 |
| int | f7 = 0 |
| int | height = 0 |
| int | width_pct = 0 |
| std::string | font_name |
Definition at line 436 of file pads_sch_parser.h.
| std::string PADS_SCH::NETNAME_LABEL::anchor_ref |
Definition at line 439 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::f3 = 0 |
Definition at line 444 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::f4 = 0 |
Definition at line 445 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::f5 = 0 |
Definition at line 446 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::f6 = 0 |
Definition at line 447 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::f7 = 0 |
Definition at line 448 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| std::string PADS_SCH::NETNAME_LABEL::font_name |
Definition at line 451 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::height = 0 |
Definition at line 449 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::justification = 0 |
Definition at line 443 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| std::string PADS_SCH::NETNAME_LABEL::net_name |
Definition at line 438 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::rotation = 0 |
Definition at line 442 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::width_pct = 0 |
Definition at line 450 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::x_offset = 0 |
Definition at line 440 of file pads_sch_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES(), and PADS_SCH::PADS_SCH_SCHEMATIC_BUILDER::SpinFromNetNameLabel().
| int PADS_SCH::NETNAME_LABEL::y_offset = 0 |
Definition at line 441 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES(), and PADS_SCH::PADS_SCH_SCHEMATIC_BUILDER::SpinFromNetNameLabel().