|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | name |
| double | x = 0.0 |
| Origin. | |
| double | y = 0.0 |
| double | crossbar_pos = 0.0 |
| Y for horizontal, X for vertical. | |
| bool | is_horizontal = true |
| int | layer = 0 |
| std::vector< POINT > | points |
| Measurement endpoints. | |
| std::string | text |
| double | text_height = 0.0 |
| double | text_width = 0.0 |
| double | rotation = 0.0 |
Definition at line 625 of file pads_parser.h.
| double PADS_IO::DIMENSION::crossbar_pos = 0.0 |
Y for horizontal, X for vertical.
Definition at line 630 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::parseDimensions(), and PADS_IO::PARSER::parseSectionLINES().
| bool PADS_IO::DIMENSION::is_horizontal = true |
Definition at line 631 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::parseDimensions(), and PADS_IO::PARSER::parseSectionLINES().
| int PADS_IO::DIMENSION::layer = 0 |
Definition at line 632 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionLINES().
| std::string PADS_IO::DIMENSION::name |
Definition at line 627 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::parseDimensions(), and PADS_IO::PARSER::parseSectionLINES().
| std::vector<POINT> PADS_IO::DIMENSION::points |
Measurement endpoints.
Definition at line 633 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::parseDimensions(), and PADS_IO::PARSER::parseSectionLINES().
| double PADS_IO::DIMENSION::rotation = 0.0 |
Definition at line 637 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionLINES().
| std::string PADS_IO::DIMENSION::text |
Definition at line 634 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionLINES().
| double PADS_IO::DIMENSION::text_height = 0.0 |
Definition at line 635 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionLINES().
| double PADS_IO::DIMENSION::text_width = 0.0 |
Definition at line 636 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionLINES().
| double PADS_IO::DIMENSION::x = 0.0 |
Origin.
Definition at line 628 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::parseDimensions(), and PADS_IO::PARSER::parseSectionLINES().
| double PADS_IO::DIMENSION::y = 0.0 |
Definition at line 629 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::parseDimensions(), and PADS_IO::PARSER::parseSectionLINES().