| 
    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 43 of file export_to_pcbnew.h.
      
  | 
  inline | 
Definition at line 45 of file export_to_pcbnew.h.
| int EXPORT_VIA::m_Drill | 
Definition at line 53 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 51 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 52 of file export_to_pcbnew.h.
Referenced by EXPORT_VIA(), and GBR_TO_PCB_EXPORTER::export_via().