|
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 |
| Shape points, may include arc segments. | |
| int | pinnum = -1 |
| Pin association for copper pieces (-1 = none, 0+ = pin index) | |
| std::string | restrictions |
| Keepout restrictions (R,C,V,T,A) for KPTCLS/KPTCIR. | |
| bool | is_tag_open = false |
| True if this is an opening TAG (level=1) | |
| bool | is_tag_close = false |
| True if this is a closing TAG (level=0) | |
Definition at line 382 of file pads_parser.h.
| bool PADS_IO::DECAL_ITEM::is_tag_close = false |
True if this is a closing TAG (level=0)
Definition at line 391 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTDECAL().
| bool PADS_IO::DECAL_ITEM::is_tag_open = false |
True if this is an opening TAG (level=1)
Definition at line 390 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTDECAL().
| int PADS_IO::DECAL_ITEM::layer = 0 |
Definition at line 385 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionPARTDECAL().
| int PADS_IO::DECAL_ITEM::pinnum = -1 |
Pin association for copper pieces (-1 = none, 0+ = pin index)
Definition at line 388 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTDECAL().
| std::vector<ARC_POINT> PADS_IO::DECAL_ITEM::points |
Shape points, may include arc segments.
Definition at line 387 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionPARTDECAL().
| std::string PADS_IO::DECAL_ITEM::restrictions |
Keepout restrictions (R,C,V,T,A) for KPTCLS/KPTCIR.
Definition at line 389 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 384 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionPARTDECAL().
| double PADS_IO::DECAL_ITEM::width = 0.0 |
Definition at line 386 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionPARTDECAL().