|
KiCad PCB EDA Suite
|
#include <pads_sch_parser.h>
Public Attributes | |
| std::string | content |
| POINT | position |
| double | size = 60.0 |
| double | rotation = 0.0 |
| bool | visible = true |
| int | justification = 0 |
| int | width_factor = 0 |
| int | attr_flag = 0 |
| std::string | font_name |
Definition at line 205 of file pads_sch_parser.h.
| int PADS_SCH::SYMBOL_TEXT::attr_flag = 0 |
Definition at line 214 of file pads_sch_parser.h.
| std::string PADS_SCH::SYMBOL_TEXT::content |
Definition at line 207 of file pads_sch_parser.h.
| std::string PADS_SCH::SYMBOL_TEXT::font_name |
Definition at line 215 of file pads_sch_parser.h.
| int PADS_SCH::SYMBOL_TEXT::justification = 0 |
Definition at line 212 of file pads_sch_parser.h.
| POINT PADS_SCH::SYMBOL_TEXT::position |
Definition at line 208 of file pads_sch_parser.h.
| double PADS_SCH::SYMBOL_TEXT::rotation = 0.0 |
Definition at line 210 of file pads_sch_parser.h.
| double PADS_SCH::SYMBOL_TEXT::size = 60.0 |
Definition at line 209 of file pads_sch_parser.h.
| bool PADS_SCH::SYMBOL_TEXT::visible = true |
Definition at line 211 of file pads_sch_parser.h.
| int PADS_SCH::SYMBOL_TEXT::width_factor = 0 |
Definition at line 213 of file pads_sch_parser.h.