|
KiCad PCB EDA Suite
|
#include <export_to_pcbnew.h>
Public Member Functions | |
| EXPORT_SLOT (const VECTOR2I &aStart, const VECTOR2I &aEnd, int aWidth) | |
Public Attributes | |
| VECTOR2I | m_Start |
| VECTOR2I | m_End |
| int | m_Width |
Definition at line 29 of file export_to_pcbnew.h.
Definition at line 31 of file export_to_pcbnew.h.
| VECTOR2I EXPORT_SLOT::m_End |
Definition at line 38 of file export_to_pcbnew.h.
Referenced by EXPORT_SLOT(), and GBR_TO_PCB_EXPORTER::export_slot().
| VECTOR2I EXPORT_SLOT::m_Start |
Definition at line 37 of file export_to_pcbnew.h.
Referenced by EXPORT_SLOT(), and GBR_TO_PCB_EXPORTER::export_slot().
| int EXPORT_SLOT::m_Width |
Definition at line 39 of file export_to_pcbnew.h.
Referenced by EXPORT_SLOT(), and GBR_TO_PCB_EXPORTER::export_slot().