|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | type |
| CLOSED, OPEN, CIRCLE, COPCLS, TAG, etc. | |
| int | layer = 0 |
| double | width = 0.0 |
| std::vector< ARC_POINT > | points |
| int | pinnum = -1 |
| Copper-piece pin association, -1 = none. | |
| std::string | restrictions |
| KPTCLS/KPTCIR keepout codes R,C,V,T,A. | |
| bool | is_tag_open = false |
| Opening TAG, level 1. | |
| bool | is_tag_close = false |
| Closing TAG, level 0. | |
Definition at line 374 of file pads_parser.h.
| bool PADS_IO::DECAL_ITEM::is_tag_close = false |
Closing TAG, level 0.
Definition at line 383 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTDECAL().
| bool PADS_IO::DECAL_ITEM::is_tag_open = false |
Opening TAG, level 1.
Definition at line 382 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTDECAL().
| int PADS_IO::DECAL_ITEM::layer = 0 |
Definition at line 377 of file pads_parser.h.
Referenced by PCB_IO_PADS::loadFootprints(), and PADS_IO::PARSER::parseSectionPARTDECAL().
| int PADS_IO::DECAL_ITEM::pinnum = -1 |
Copper-piece pin association, -1 = none.
Definition at line 380 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTDECAL().
| std::vector<ARC_POINT> PADS_IO::DECAL_ITEM::points |
Definition at line 379 of file pads_parser.h.
Referenced by PCB_IO_PADS::loadFootprints(), and PADS_IO::PARSER::parseSectionPARTDECAL().
| std::string PADS_IO::DECAL_ITEM::restrictions |
KPTCLS/KPTCIR keepout codes R,C,V,T,A.
Definition at line 381 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTDECAL().
| std::string PADS_IO::DECAL_ITEM::type |
CLOSED, OPEN, CIRCLE, COPCLS, TAG, etc.
Definition at line 376 of file pads_parser.h.
Referenced by PCB_IO_PADS::loadFootprints(), and PADS_IO::PARSER::parseSectionPARTDECAL().
| double PADS_IO::DECAL_ITEM::width = 0.0 |
Definition at line 378 of file pads_parser.h.
Referenced by PCB_IO_PADS::loadFootprints(), and PADS_IO::PARSER::parseSectionPARTDECAL().