KiCad PCB EDA Suite
|
#include <excellon_image.h>
Public Member Functions | |
EXCELLON_ROUTE_COORD () | |
EXCELLON_ROUTE_COORD (const VECTOR2I &aPos) | |
EXCELLON_ROUTE_COORD (const VECTOR2I &aPos, const VECTOR2I &aCenter, int aMode) | |
EXCELLON_ROUTE_COORD (const VECTOR2I &aPos, int aRadius, int aMode) | |
VECTOR2I | GetPos () |
Public Attributes | |
int | m_x |
int | m_y |
int | m_cx |
int | m_cy |
int | m_radius |
int | m_rmode |
int | m_arc_type_info |
Definition at line 92 of file excellon_image.h.
|
inline |
Definition at line 104 of file excellon_image.h.
References m_arc_type_info, m_cx, m_cy, m_radius, m_rmode, m_x, and m_y.
|
inline |
Definition at line 109 of file excellon_image.h.
References ARC_INFO_TYPE_NONE, m_arc_type_info, m_cx, m_cy, m_radius, m_rmode, m_x, and m_y.
|
inline |
Definition at line 115 of file excellon_image.h.
References ARC_INFO_TYPE_CENTER, m_arc_type_info, m_cx, m_cy, m_radius, m_rmode, m_x, and m_y.
|
inline |
Definition at line 121 of file excellon_image.h.
References ARC_INFO_TYPE_RADIUS, m_arc_type_info, m_cx, m_cy, m_radius, m_rmode, m_x, and m_y.
|
inline |
Definition at line 127 of file excellon_image.h.
int EXCELLON_ROUTE_COORD::m_arc_type_info |
Definition at line 102 of file excellon_image.h.
Referenced by EXCELLON_ROUTE_COORD(), EXCELLON_ROUTE_COORD(), EXCELLON_ROUTE_COORD(), and EXCELLON_ROUTE_COORD().
int EXCELLON_ROUTE_COORD::m_cx |
Definition at line 96 of file excellon_image.h.
Referenced by EXCELLON_ROUTE_COORD(), EXCELLON_ROUTE_COORD(), EXCELLON_ROUTE_COORD(), and EXCELLON_ROUTE_COORD().
int EXCELLON_ROUTE_COORD::m_cy |
Definition at line 98 of file excellon_image.h.
Referenced by EXCELLON_ROUTE_COORD(), EXCELLON_ROUTE_COORD(), EXCELLON_ROUTE_COORD(), and EXCELLON_ROUTE_COORD().
int EXCELLON_ROUTE_COORD::m_radius |
Definition at line 100 of file excellon_image.h.
Referenced by EXCELLON_ROUTE_COORD(), EXCELLON_ROUTE_COORD(), EXCELLON_ROUTE_COORD(), and EXCELLON_ROUTE_COORD().
int EXCELLON_ROUTE_COORD::m_rmode |
Definition at line 101 of file excellon_image.h.
Referenced by EXCELLON_ROUTE_COORD(), EXCELLON_ROUTE_COORD(), EXCELLON_ROUTE_COORD(), and EXCELLON_ROUTE_COORD().
int EXCELLON_ROUTE_COORD::m_x |
Definition at line 94 of file excellon_image.h.
Referenced by EXCELLON_ROUTE_COORD(), EXCELLON_ROUTE_COORD(), EXCELLON_ROUTE_COORD(), EXCELLON_ROUTE_COORD(), and GetPos().
int EXCELLON_ROUTE_COORD::m_y |
Definition at line 95 of file excellon_image.h.
Referenced by EXCELLON_ROUTE_COORD(), EXCELLON_ROUTE_COORD(), EXCELLON_ROUTE_COORD(), EXCELLON_ROUTE_COORD(), and GetPos().