|
KiCad PCB EDA Suite
|
Public Member Functions | |
| PAD_FIXTURE () | |
| PAD * | MakePTH (const wxString &aNumber) |
| PAD * | MakeNPTH () |
| PAD * | MakeAperture () |
| PAD * | MakeSmd (const wxString &aNumber=wxEmptyString) |
Public Attributes | |
| BOARD | m_board |
| FOOTPRINT | m_footprint |
Definition at line 25 of file test_pad_numbering.cpp.
|
inline |
Definition at line 27 of file test_pad_numbering.cpp.
References m_board, and m_footprint.
|
inline |
Definition at line 56 of file test_pad_numbering.cpp.
References PAD::ApertureMask(), m_footprint, PAD, pad, and PTH.
|
inline |
Definition at line 45 of file test_pad_numbering.cpp.
References m_footprint, NPTH, PAD, pad, and PAD::UnplatedHoleMask().
|
inline |
Definition at line 33 of file test_pad_numbering.cpp.
References m_footprint, PAD, pad, PTH, and PAD::UnplatedHoleMask().
|
inline |
Definition at line 67 of file test_pad_numbering.cpp.
References m_footprint, PAD, pad, SMD, and PAD::SMDMask().
| BOARD PAD_FIXTURE::m_board |
Definition at line 79 of file test_pad_numbering.cpp.
Referenced by PAD_FIXTURE().
| FOOTPRINT PAD_FIXTURE::m_footprint |
Definition at line 80 of file test_pad_numbering.cpp.
Referenced by MakeAperture(), MakeNPTH(), MakePTH(), MakeSmd(), and PAD_FIXTURE().