|
KiCad PCB EDA Suite
|
#include <pcad_sch_parser.h>
Public Attributes | |
| wxString | text |
| double | x = 0 |
| double | y = 0 |
| double | rotation = 0 |
| bool | isFlipped = false |
| bool | isVisible = true |
| JUSTIFY | justify = JUSTIFY::LOWER_LEFT |
| wxString | styleRef |
A positioned text.
Free sheet text, wire/bus display names, pin name/designator texts and attribute values all share this shape.
Definition at line 77 of file pcad_sch_parser.h.
| bool PCAD_SCH::TEXT_ITEM::isFlipped = false |
Definition at line 82 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseText(), and SCH_IO_PCAD::populateScreen().
| bool PCAD_SCH::TEXT_ITEM::isVisible = true |
Definition at line 83 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseText(), and SCH_IO_PCAD::populateScreen().
| JUSTIFY PCAD_SCH::TEXT_ITEM::justify = JUSTIFY::LOWER_LEFT |
Definition at line 84 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseText().
| double PCAD_SCH::TEXT_ITEM::rotation = 0 |
Definition at line 81 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseText(), and SCH_IO_PCAD::populateScreen().
| wxString PCAD_SCH::TEXT_ITEM::styleRef |
Definition at line 85 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseText().
| wxString PCAD_SCH::TEXT_ITEM::text |
Definition at line 79 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseAttr(), PCAD_SCH::PCAD_SCH_PARSER::parseBus(), PCAD_SCH::PCAD_SCH_PARSER::parseText(), PCAD_SCH::PCAD_SCH_PARSER::parseWire(), and SCH_IO_PCAD::populateScreen().
| double PCAD_SCH::TEXT_ITEM::x = 0 |
Definition at line 80 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseText(), and SCH_IO_PCAD::populateScreen().
| double PCAD_SCH::TEXT_ITEM::y = 0 |
Definition at line 80 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseText(), and SCH_IO_PCAD::populateScreen().