|
KiCad PCB EDA Suite
|
#include <export_to_pcbnew.h>
Public Member Functions | |
| EXPORT_VIA (const VECTOR2I &aPos, int aSize, int aDrill) | |
Public Attributes | |
| VECTOR2I | m_Pos |
| int | m_Size |
| int | m_Drill |
Definition at line 39 of file export_to_pcbnew.h.
|
inline |
Definition at line 41 of file export_to_pcbnew.h.
| int EXPORT_VIA::m_Drill |
Definition at line 49 of file export_to_pcbnew.h.
Referenced by EXPORT_VIA(), and GBR_TO_PCB_EXPORTER::export_via().
| VECTOR2I EXPORT_VIA::m_Pos |
Definition at line 47 of file export_to_pcbnew.h.
Referenced by EXPORT_VIA(), and GBR_TO_PCB_EXPORTER::export_via().
| int EXPORT_VIA::m_Size |
Definition at line 48 of file export_to_pcbnew.h.
Referenced by EXPORT_VIA(), and GBR_TO_PCB_EXPORTER::export_via().