|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| bool | visible = true |
| double | x = 0.0 |
| double | y = 0.0 |
| double | orientation = 0.0 |
| int | level = 0 |
| double | height = 0.0 |
| double | width = 0.0 |
| bool | mirrored = false |
| std::string | hjust |
| std::string | vjust |
| bool | right_reading = false |
| std::string | font_info |
| std::string | name |
Definition at line 148 of file pads_parser.h.
| std::string PADS_IO::ATTRIBUTE::font_info |
Definition at line 164 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER(), PADS_IO::PARSER::parseSectionPARTDECAL(), and PADS_IO::PARSER::parseSectionPARTS().
| double PADS_IO::ATTRIBUTE::height = 0.0 |
Definition at line 156 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER(), PADS_IO::PARSER::parseSectionPARTDECAL(), and PADS_IO::PARSER::parseSectionPARTS().
| std::string PADS_IO::ATTRIBUTE::hjust |
Definition at line 159 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER(), PADS_IO::PARSER::parseSectionPARTDECAL(), and PADS_IO::PARSER::parseSectionPARTS().
| int PADS_IO::ATTRIBUTE::level = 0 |
Definition at line 155 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER(), PADS_IO::PARSER::parseSectionPARTDECAL(), and PADS_IO::PARSER::parseSectionPARTS().
| bool PADS_IO::ATTRIBUTE::mirrored = false |
Definition at line 158 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER(), PADS_IO::PARSER::parseSectionPARTDECAL(), and PADS_IO::PARSER::parseSectionPARTS().
| std::string PADS_IO::ATTRIBUTE::name |
Definition at line 167 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTDECAL(), and PADS_IO::PARSER::parseSectionPARTS().
| double PADS_IO::ATTRIBUTE::orientation = 0.0 |
Definition at line 154 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER(), PADS_IO::PARSER::parseSectionPARTDECAL(), and PADS_IO::PARSER::parseSectionPARTS().
| bool PADS_IO::ATTRIBUTE::right_reading = false |
Definition at line 161 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER(), PADS_IO::PARSER::parseSectionPARTDECAL(), and PADS_IO::PARSER::parseSectionPARTS().
| bool PADS_IO::ATTRIBUTE::visible = true |
Definition at line 151 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER(), PADS_IO::PARSER::parseSectionPARTDECAL(), and PADS_IO::PARSER::parseSectionPARTS().
| std::string PADS_IO::ATTRIBUTE::vjust |
Definition at line 160 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER(), PADS_IO::PARSER::parseSectionPARTDECAL(), and PADS_IO::PARSER::parseSectionPARTS().
| double PADS_IO::ATTRIBUTE::width = 0.0 |
Definition at line 157 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER(), PADS_IO::PARSER::parseSectionPARTDECAL(), and PADS_IO::PARSER::parseSectionPARTS().
| double PADS_IO::ATTRIBUTE::x = 0.0 |
Definition at line 152 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER(), PADS_IO::PARSER::parseSectionPARTDECAL(), and PADS_IO::PARSER::parseSectionPARTS().
| double PADS_IO::ATTRIBUTE::y = 0.0 |
Definition at line 153 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionJUMPER(), PADS_IO::PARSER::parseSectionPARTDECAL(), and PADS_IO::PARSER::parseSectionPARTS().