KiCad PCB EDA Suite
|
#include <graphics_importer_buffer.h>
Public Member Functions | |
virtual | ~IMPORTED_SHAPE () |
virtual void | ImportTo (GRAPHICS_IMPORTER &aImporter) const =0 |
virtual std::unique_ptr< IMPORTED_SHAPE > | clone () const =0 |
virtual void | Transform (const MATRIX3x3D &aTransform, const VECTOR2D &aTranslation)=0 |
void | SetParentShapeIndex (int aIndex) |
int | GetParentShapeIndex () const |
virtual BOX2D | GetBoundingBox () const =0 |
Protected Attributes | |
int | m_parentShapeIndex = -1 |
Definition at line 37 of file graphics_importer_buffer.h.
|
inlinevirtual |
Definition at line 40 of file graphics_importer_buffer.h.
|
pure virtual |
Implemented in IMPORTED_LINE, IMPORTED_CIRCLE, IMPORTED_ARC, IMPORTED_POLYGON, IMPORTED_TEXT, and IMPORTED_SPLINE.
|
pure virtual |
Implemented in IMPORTED_LINE, IMPORTED_CIRCLE, IMPORTED_ARC, IMPORTED_POLYGON, IMPORTED_TEXT, and IMPORTED_SPLINE.
|
inline |
Definition at line 48 of file graphics_importer_buffer.h.
References m_parentShapeIndex.
Referenced by GRAPHICS_IMPORTER_BUFFER::PostprocessNestedPolygons().
|
pure virtual |
Implemented in IMPORTED_LINE, IMPORTED_CIRCLE, IMPORTED_ARC, IMPORTED_POLYGON, IMPORTED_TEXT, and IMPORTED_SPLINE.
|
inline |
Definition at line 47 of file graphics_importer_buffer.h.
References m_parentShapeIndex.
|
pure virtual |
Implemented in IMPORTED_LINE, IMPORTED_CIRCLE, IMPORTED_ARC, IMPORTED_POLYGON, IMPORTED_TEXT, and IMPORTED_SPLINE.
|
protected |
Definition at line 53 of file graphics_importer_buffer.h.
Referenced by GetParentShapeIndex(), and SetParentShapeIndex().