KiCad PCB EDA Suite
Loading...
Searching...
No Matches
EXPORT_SLOT Struct Reference

#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
 

Detailed Description

Definition at line 29 of file export_to_pcbnew.h.

Constructor & Destructor Documentation

◆ EXPORT_SLOT()

EXPORT_SLOT::EXPORT_SLOT ( const VECTOR2I & aStart,
const VECTOR2I & aEnd,
int aWidth )
inline

Definition at line 31 of file export_to_pcbnew.h.

References m_End, m_Start, and m_Width.

Member Data Documentation

◆ m_End

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().

◆ m_Start

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().

◆ m_Width

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().


The documentation for this struct was generated from the following file: