|
KiCad PCB EDA Suite
|
Free text item from TEXT section. More...
#include <pads_sch_parser.h>
Public Attributes | |
| POINT | position |
| int | rotation = 0 |
| int | justification = 0 |
| int | height = 0 |
| int | width_factor = 0 |
| int | attr_flag = 0 |
| std::string | font_name |
| std::string | content |
Free text item from TEXT section.
Definition at line 425 of file pads_sch_parser.h.
| int PADS_SCH::TEXT_ITEM::attr_flag = 0 |
Definition at line 432 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionTEXT().
| std::string PADS_SCH::TEXT_ITEM::content |
Definition at line 434 of file pads_sch_parser.h.
Referenced by createSchText(), SCH_IO_PADS::LoadSchematicFile(), and PADS_SCH::PADS_SCH_PARSER::parseSectionTEXT().
| std::string PADS_SCH::TEXT_ITEM::font_name |
Definition at line 433 of file pads_sch_parser.h.
Referenced by PADS_SCH::PADS_SCH_PARSER::parseSectionTEXT().
| int PADS_SCH::TEXT_ITEM::height = 0 |
Definition at line 430 of file pads_sch_parser.h.
Referenced by createSchText(), and PADS_SCH::PADS_SCH_PARSER::parseSectionTEXT().
| int PADS_SCH::TEXT_ITEM::justification = 0 |
Definition at line 429 of file pads_sch_parser.h.
Referenced by createSchText(), and PADS_SCH::PADS_SCH_PARSER::parseSectionTEXT().
| POINT PADS_SCH::TEXT_ITEM::position |
Definition at line 427 of file pads_sch_parser.h.
Referenced by SCH_IO_PADS::LoadSchematicFile(), and PADS_SCH::PADS_SCH_PARSER::parseSectionTEXT().
| int PADS_SCH::TEXT_ITEM::rotation = 0 |
Definition at line 428 of file pads_sch_parser.h.
Referenced by createSchText(), and PADS_SCH::PADS_SCH_PARSER::parseSectionTEXT().
| int PADS_SCH::TEXT_ITEM::width_factor = 0 |
Definition at line 431 of file pads_sch_parser.h.
Referenced by createSchText(), and PADS_SCH::PADS_SCH_PARSER::parseSectionTEXT().