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 29 of file export_to_pcbnew.h.
|
inline |
Definition at line 31 of file export_to_pcbnew.h.
int EXPORT_VIA::m_Drill |
Definition at line 39 of file export_to_pcbnew.h.
Referenced by GBR_TO_PCB_EXPORTER::export_via().
VECTOR2I EXPORT_VIA::m_Pos |
Definition at line 37 of file export_to_pcbnew.h.
Referenced by GBR_TO_PCB_EXPORTER::export_via().
int EXPORT_VIA::m_Size |
Definition at line 38 of file export_to_pcbnew.h.
Referenced by GBR_TO_PCB_EXPORTER::export_via().