|
KiCad PCB EDA Suite
|
#include <graphics_importer_buffer.h>
Public Member Functions | |
| IMPORTED_CIRCLE (const VECTOR2D &aCenter, double aRadius, const IMPORTED_STROKE &aStroke, bool aFilled, const COLOR4D &aFillColor) | |
| 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 |
| double | m_radius |
| IMPORTED_STROKE | m_stroke |
| bool | m_filled |
| COLOR4D | m_fillColor |
Definition at line 101 of file graphics_importer_buffer.h.
|
inline |
Definition at line 104 of file graphics_importer_buffer.h.
References m_center, m_fillColor, m_filled, m_radius, and m_stroke.
|
inlineoverridevirtual |
Implements IMPORTED_SHAPE.
Definition at line 116 of file graphics_importer_buffer.h.
|
inlineoverridevirtual |
Implements IMPORTED_SHAPE.
Definition at line 132 of file graphics_importer_buffer.h.
References m_center, m_radius, and BOX2< Vec >::Merge().
|
inlineinherited |
Definition at line 49 of file graphics_importer_buffer.h.
References m_parentShapeIndex.
Referenced by GRAPHICS_IMPORTER_BUFFER::PostprocessNestedPolygons().
|
inlineinherited |
Definition at line 52 of file graphics_importer_buffer.h.
References m_sourceLayer.
|
inlineoverridevirtual |
Implements IMPORTED_SHAPE.
Definition at line 111 of file graphics_importer_buffer.h.
References GRAPHICS_IMPORTER::AddCircle(), m_center, m_fillColor, m_filled, m_radius, and m_stroke.
|
inlineinherited |
Definition at line 48 of file graphics_importer_buffer.h.
References m_parentShapeIndex.
|
inlineinherited |
Definition at line 51 of file graphics_importer_buffer.h.
References m_sourceLayer.
|
inlineoverridevirtual |
Implements IMPORTED_SHAPE.
Definition at line 121 of file graphics_importer_buffer.h.
References VECTOR2< T >::EuclideanNorm(), m_center, and m_radius.
|
private |
Definition at line 141 of file graphics_importer_buffer.h.
Referenced by GetBoundingBox(), IMPORTED_CIRCLE(), ImportTo(), and Transform().
|
private |
Definition at line 145 of file graphics_importer_buffer.h.
Referenced by IMPORTED_CIRCLE(), and ImportTo().
|
private |
Definition at line 144 of file graphics_importer_buffer.h.
Referenced by IMPORTED_CIRCLE(), and ImportTo().
|
protectedinherited |
Definition at line 57 of file graphics_importer_buffer.h.
Referenced by GetParentShapeIndex(), and SetParentShapeIndex().
|
private |
Definition at line 142 of file graphics_importer_buffer.h.
Referenced by GetBoundingBox(), IMPORTED_CIRCLE(), ImportTo(), and Transform().
|
protectedinherited |
Definition at line 58 of file graphics_importer_buffer.h.
Referenced by GetSourceLayer(), and SetSourceLayer().
|
private |
Definition at line 143 of file graphics_importer_buffer.h.
Referenced by IMPORTED_CIRCLE(), and ImportTo().