|
KiCad PCB EDA Suite
|
#include <pads_parser.h>
Public Attributes | |
| std::string | name |
| std::string | units |
| std::vector< DECAL_ITEM > | items |
| std::vector< ATTRIBUTE > | attributes |
| std::vector< TERMINAL > | terminals |
| std::map< int, std::vector< PAD_STACK_LAYER > > | pad_stacks |
Definition at line 411 of file pads_parser.h.
| std::vector<ATTRIBUTE> PADS_IO::PART_DECAL::attributes |
Definition at line 416 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTDECAL().
| std::vector<DECAL_ITEM> PADS_IO::PART_DECAL::items |
Definition at line 415 of file pads_parser.h.
Referenced by PCB_IO_PADS::loadFootprints(), and PADS_IO::PARSER::parseSectionPARTDECAL().
| std::string PADS_IO::PART_DECAL::name |
Definition at line 413 of file pads_parser.h.
Referenced by PADS_IO::BINARY_PARSER::parsePartDecals(), and PADS_IO::PARSER::parseSectionPARTDECAL().
| std::map<int, std::vector<PAD_STACK_LAYER> > PADS_IO::PART_DECAL::pad_stacks |
Definition at line 418 of file pads_parser.h.
Referenced by PCB_IO_PADS::loadFootprints(), and PADS_IO::PARSER::parseSectionPARTDECAL().
| std::vector<TERMINAL> PADS_IO::PART_DECAL::terminals |
Definition at line 417 of file pads_parser.h.
Referenced by PCB_IO_PADS::loadFootprints(), and PADS_IO::PARSER::parseSectionPARTDECAL().
| std::string PADS_IO::PART_DECAL::units |
Definition at line 414 of file pads_parser.h.
Referenced by PCB_IO_PADS::loadFootprints(), PADS_IO::BINARY_PARSER::parsePartDecals(), and PADS_IO::PARSER::parseSectionPARTDECAL().