|
KiCad PCB EDA Suite
|
Off-page reference from OFFPAGE REFS section. More...
#include <pads_sch_parser.h>
Public Attributes | |
| std::string | signal_name |
| int | source_sheet = 1 |
| int | target_sheet = 1 |
| POINT | position |
| int | id = 0 |
| std::string | symbol_lib |
| int | rotation = 0 |
| int | flags1 = 0 |
| int | flags2 = 0 |
Off-page reference from OFFPAGE REFS section.
Definition at line 376 of file pads_sch_parser.h.
| int PADS_SCH::OFF_PAGE_CONNECTOR::flags1 = 0 |
Definition at line 386 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionOFFPAGEREFS().
| int PADS_SCH::OFF_PAGE_CONNECTOR::flags2 = 0 |
Definition at line 387 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionOFFPAGEREFS().
| int PADS_SCH::OFF_PAGE_CONNECTOR::id = 0 |
Definition at line 383 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionOFFPAGEREFS().
| POINT PADS_SCH::OFF_PAGE_CONNECTOR::position |
Definition at line 381 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionOFFPAGEREFS().
| int PADS_SCH::OFF_PAGE_CONNECTOR::rotation = 0 |
Definition at line 385 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionOFFPAGEREFS().
| std::string PADS_SCH::OFF_PAGE_CONNECTOR::signal_name |
Definition at line 378 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionOFFPAGEREFS().
| int PADS_SCH::OFF_PAGE_CONNECTOR::source_sheet = 1 |
Definition at line 379 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionOFFPAGEREFS().
| std::string PADS_SCH::OFF_PAGE_CONNECTOR::symbol_lib |
Definition at line 384 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionOFFPAGEREFS().
| int PADS_SCH::OFF_PAGE_CONNECTOR::target_sheet = 1 |
Definition at line 380 of file pads_sch_parser.h.