|
KiCad PCB EDA Suite
|
#include <graphics_importer_buffer.h>
Public Member Functions | |
| IMPORTED_LINE (const VECTOR2D &aStart, 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 |
| void | SetSourceLayer (const wxString &aSourceLayer) |
| const wxString & | GetSourceLayer () const |
Protected Attributes | |
| int | m_parentShapeIndex = -1 |
| wxString | m_sourceLayer |
Private Attributes | |
| VECTOR2D | m_start |
| VECTOR2D | m_end |
| IMPORTED_STROKE | m_stroke |
Definition at line 62 of file graphics_importer_buffer.h.
|
inline |
Definition at line 65 of file graphics_importer_buffer.h.
|
inlineoverridevirtual |
Implements IMPORTED_SHAPE.
Definition at line 75 of file graphics_importer_buffer.h.
|
inlineoverridevirtual |
Implements IMPORTED_SHAPE.
Definition at line 86 of file graphics_importer_buffer.h.
References m_end, m_start, 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 70 of file graphics_importer_buffer.h.
References GRAPHICS_IMPORTER::AddLine(), m_end, m_start, 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 80 of file graphics_importer_buffer.h.
|
private |
Definition at line 96 of file graphics_importer_buffer.h.
Referenced by GetBoundingBox(), IMPORTED_LINE(), ImportTo(), and Transform().
|
protectedinherited |
Definition at line 57 of file graphics_importer_buffer.h.
Referenced by GetParentShapeIndex(), and SetParentShapeIndex().
|
protectedinherited |
Definition at line 58 of file graphics_importer_buffer.h.
Referenced by GetSourceLayer(), and SetSourceLayer().
|
private |
Definition at line 95 of file graphics_importer_buffer.h.
Referenced by GetBoundingBox(), IMPORTED_LINE(), ImportTo(), and Transform().
|
private |
Definition at line 97 of file graphics_importer_buffer.h.
Referenced by IMPORTED_LINE(), and ImportTo().