KiCad PCB EDA Suite
|
#include <graphics_importer_buffer.h>
Public Member Functions | |
IMPORTED_SPLINE (const VECTOR2D &aStart, const VECTOR2D &aBezierControl1, const VECTOR2D &aBezierControl2, const VECTOR2D &aEnd, 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 |
Protected Attributes | |
int | m_parentShapeIndex = -1 |
Private Attributes | |
VECTOR2D | m_start |
VECTOR2D | m_bezierControl1 |
VECTOR2D | m_bezierControl2 |
VECTOR2D | m_end |
IMPORTED_STROKE | m_stroke |
Definition at line 307 of file graphics_importer_buffer.h.
|
inline |
Definition at line 310 of file graphics_importer_buffer.h.
|
inlineoverridevirtual |
Implements IMPORTED_SHAPE.
Definition at line 324 of file graphics_importer_buffer.h.
|
inlineoverridevirtual |
Implements IMPORTED_SHAPE.
Definition at line 337 of file graphics_importer_buffer.h.
References m_end, m_start, and BOX2< Vec >::Merge().
|
inlineinherited |
Definition at line 48 of file graphics_importer_buffer.h.
References IMPORTED_SHAPE::m_parentShapeIndex.
Referenced by GRAPHICS_IMPORTER_BUFFER::PostprocessNestedPolygons().
|
inlineoverridevirtual |
Implements IMPORTED_SHAPE.
Definition at line 319 of file graphics_importer_buffer.h.
References GRAPHICS_IMPORTER::AddSpline(), m_bezierControl1, m_bezierControl2, m_end, m_start, and m_stroke.
|
inlineinherited |
Definition at line 47 of file graphics_importer_buffer.h.
References IMPORTED_SHAPE::m_parentShapeIndex.
|
inlineoverridevirtual |
Implements IMPORTED_SHAPE.
Definition at line 329 of file graphics_importer_buffer.h.
References m_bezierControl1, m_bezierControl2, m_end, and m_start.
|
private |
Definition at line 347 of file graphics_importer_buffer.h.
Referenced by ImportTo(), and Transform().
|
private |
Definition at line 348 of file graphics_importer_buffer.h.
Referenced by ImportTo(), and Transform().
|
private |
Definition at line 349 of file graphics_importer_buffer.h.
Referenced by GetBoundingBox(), ImportTo(), and Transform().
|
protectedinherited |
Definition at line 53 of file graphics_importer_buffer.h.
Referenced by IMPORTED_SHAPE::GetParentShapeIndex(), and IMPORTED_SHAPE::SetParentShapeIndex().
|
private |
Definition at line 346 of file graphics_importer_buffer.h.
Referenced by GetBoundingBox(), ImportTo(), and Transform().
|
private |
Definition at line 350 of file graphics_importer_buffer.h.
Referenced by ImportTo().