|
KiCad PCB EDA Suite
|
Non-electrical drawing item from the LINES section (type=LINES). More...
#include <pads_parser.h>
Public Attributes | |
| std::string | name |
| int | layer = 0 |
| double | width = 0.0 |
| LINE_STYLE | style = LINE_STYLE::SOLID |
| bool | closed = false |
| bool | filled = false |
| std::vector< ARC_POINT > | points |
| std::string | reuse_instance |
Non-electrical drawing item from the LINES section (type=LINES).
Definition at line 507 of file pads_parser.h.
| bool PADS_IO::GRAPHIC_LINE::closed = false |
Definition at line 513 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::parseGraphicLines(), and PADS_IO::PARSER::parseSectionLINES().
| bool PADS_IO::GRAPHIC_LINE::filled = false |
Definition at line 514 of file pads_parser.h.
| int PADS_IO::GRAPHIC_LINE::layer = 0 |
Definition at line 510 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::parseGraphicLines(), and PADS_IO::PARSER::parseSectionLINES().
| std::string PADS_IO::GRAPHIC_LINE::name |
Definition at line 509 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::parseGraphicLines(), and PADS_IO::PARSER::parseSectionLINES().
| std::vector<ARC_POINT> PADS_IO::GRAPHIC_LINE::points |
Definition at line 515 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::parseGraphicLines(), and PADS_IO::PARSER::parseSectionLINES().
| std::string PADS_IO::GRAPHIC_LINE::reuse_instance |
Definition at line 516 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionLINES().
| LINE_STYLE PADS_IO::GRAPHIC_LINE::style = LINE_STYLE::SOLID |
Definition at line 512 of file pads_parser.h.
| double PADS_IO::GRAPHIC_LINE::width = 0.0 |
Definition at line 511 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::parseGraphicLines(), and PADS_IO::PARSER::parseSectionLINES().