|
KiCad PCB EDA Suite
|
Net name label from NETNAMES section. More...
#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 |
Net name label from NETNAMES section.
Definition at line 455 of file pads_sch_parser.h.
| std::string PADS_SCH::NETNAME_LABEL::anchor_ref |
Definition at line 458 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::f3 = 0 |
Definition at line 463 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::f4 = 0 |
Definition at line 464 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::f5 = 0 |
Definition at line 465 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::f6 = 0 |
Definition at line 466 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::f7 = 0 |
Definition at line 467 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 470 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::height = 0 |
Definition at line 468 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::justification = 0 |
Definition at line 462 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 457 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::rotation = 0 |
Definition at line 461 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 469 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 459 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().
| int PADS_SCH::NETNAME_LABEL::y_offset = 0 |
Definition at line 460 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionNETNAMES().