|
KiCad PCB EDA Suite
|
#include <graphics_importer_buffer.h>
Public Member Functions | |
| IMPORTED_ARC (const VECTOR2D &aCenter, const VECTOR2D &aStart, const EDA_ANGLE &aAngle, const IMPORTED_STROKE &aStroke) | |
| void | ImportTo (GRAPHICS_IMPORTER &aImporter) const override |
| virtual std::unique_ptr< IMPORTED_SHAPE > | clone () const override |
| void | Transform (const MATRIX3x3D &aTransform, const VECTOR2D &aTranslation) override |
| BOX2D | GetBoundingBox () const override |
| void | SetParentShapeIndex (int aIndex) |
| int | GetParentShapeIndex () const |
| void | SetSourceLayer (const wxString &aSourceLayer) |
| const wxString & | GetSourceLayer () const |
Protected Attributes | |
| int | m_parentShapeIndex = -1 |
| wxString | m_sourceLayer |
Private Attributes | |
| VECTOR2D | m_center |
| VECTOR2D | m_start |
| EDA_ANGLE | m_angle |
| IMPORTED_STROKE | m_stroke |
Definition at line 145 of file graphics_importer_buffer.h.
|
inline |
|
inlineoverridevirtual |
Implements IMPORTED_SHAPE.
Definition at line 160 of file graphics_importer_buffer.h.
|
inlineoverridevirtual |
Implements IMPORTED_SHAPE.
Definition at line 171 of file graphics_importer_buffer.h.
References EDA_ANGLE::Cos(), m_angle, m_center, m_start, m_stroke, BOX2< Vec >::Merge(), EDA_ANGLE::Sin(), VECTOR2< T >::x, and VECTOR2< T >::y.
|
inlineinherited |
Definition at line 45 of file graphics_importer_buffer.h.
References m_parentShapeIndex.
Referenced by GRAPHICS_IMPORTER_BUFFER::PostprocessNestedPolygons().
|
inlineinherited |
Definition at line 48 of file graphics_importer_buffer.h.
References m_sourceLayer.
|
inlineoverridevirtual |
Implements IMPORTED_SHAPE.
Definition at line 155 of file graphics_importer_buffer.h.
References GRAPHICS_IMPORTER::AddArc(), m_angle, m_center, m_start, and m_stroke.
|
inlineinherited |
Definition at line 44 of file graphics_importer_buffer.h.
References m_parentShapeIndex.
|
inlineinherited |
Definition at line 47 of file graphics_importer_buffer.h.
References m_sourceLayer.
|
inlineoverridevirtual |
Implements IMPORTED_SHAPE.
Definition at line 165 of file graphics_importer_buffer.h.
|
private |
Definition at line 194 of file graphics_importer_buffer.h.
Referenced by GetBoundingBox(), IMPORTED_ARC(), and ImportTo().
|
private |
Definition at line 192 of file graphics_importer_buffer.h.
Referenced by GetBoundingBox(), IMPORTED_ARC(), ImportTo(), and Transform().
|
protectedinherited |
Definition at line 53 of file graphics_importer_buffer.h.
Referenced by GetParentShapeIndex(), and SetParentShapeIndex().
|
protectedinherited |
Definition at line 54 of file graphics_importer_buffer.h.
Referenced by GetSourceLayer(), and SetSourceLayer().
|
private |
Definition at line 193 of file graphics_importer_buffer.h.
Referenced by GetBoundingBox(), IMPORTED_ARC(), ImportTo(), and Transform().
|
private |
Definition at line 195 of file graphics_importer_buffer.h.
Referenced by GetBoundingBox(), IMPORTED_ARC(), and ImportTo().