![]() |
KiCad PCB EDA Suite
|
#include <gbr_plotter_apertures.h>
Public Member Functions | |
void | SetSize (const wxSize &aSize) |
const wxSize | GetSize () |
void | SetDiameter (int aDiameter) |
int | GetDiameter () |
void | SetRegPolyVerticeCount (int aCount) |
int | GetRegPolyVerticeCount () |
void | SetRotation (double aRotDegree) |
double | GetRotation () |
Public Attributes | |
APERTURE_TYPE | m_Type |
wxSize | m_Size |
std::vector< wxPoint > | m_Corners |
int | m_Radius |
double | m_Rotation |
int | m_DCode |
int | m_ApertureAttribute |
Definition at line 44 of file gbr_plotter_apertures.h.
Definition at line 47 of file gbr_plotter_apertures.h.
|
inline |
Definition at line 91 of file gbr_plotter_apertures.h.
References AT_CIRCLE, AT_PLOTTING, m_Radius, m_Size, and m_Type.
|
inline |
|
inline |
|
inline |
Definition at line 81 of file gbr_plotter_apertures.h.
References m_Size.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 76 of file gbr_plotter_apertures.h.
References m_Size.
int APERTURE::m_ApertureAttribute |
Definition at line 150 of file gbr_plotter_apertures.h.
Referenced by GERBER_PLOTTER::GetOrCreateAperture().
std::vector<wxPoint> APERTURE::m_Corners |
Definition at line 136 of file gbr_plotter_apertures.h.
Referenced by GERBER_PLOTTER::GetOrCreateAperture().
int APERTURE::m_DCode |
Definition at line 145 of file gbr_plotter_apertures.h.
Referenced by GERBER_PLOTTER::GetOrCreateAperture().
int APERTURE::m_Radius |
Definition at line 139 of file gbr_plotter_apertures.h.
Referenced by GetDiameter(), GERBER_PLOTTER::GetOrCreateAperture(), and SetDiameter().
double APERTURE::m_Rotation |
Definition at line 142 of file gbr_plotter_apertures.h.
Referenced by GERBER_PLOTTER::GetOrCreateAperture(), GetRotation(), and SetRotation().
wxSize APERTURE::m_Size |
Definition at line 133 of file gbr_plotter_apertures.h.
Referenced by GetDiameter(), GERBER_PLOTTER::GetOrCreateAperture(), GetSize(), and SetSize().
APERTURE_TYPE APERTURE::m_Type |
Definition at line 130 of file gbr_plotter_apertures.h.
Referenced by GetDiameter(), GERBER_PLOTTER::GetOrCreateAperture(), GetRegPolyVerticeCount(), and SetRegPolyVerticeCount().