|
KiCad PCB EDA Suite
|
#include <graphics_importer_buffer.h>
Public Member Functions | |
| IMPORTED_POLYGON (const std::vector< VECTOR2D > &aVertices, 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 |
| std::vector< VECTOR2D > & | Vertices () |
| bool | IsFilled () const |
| const COLOR4D & | GetFillColor () const |
| const IMPORTED_STROKE & | GetStroke () const |
| 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 | |
| std::vector< VECTOR2D > | m_vertices |
| IMPORTED_STROKE | m_stroke |
| bool | m_filled |
| COLOR4D | m_fillColor |
Definition at line 203 of file graphics_importer_buffer.h.
|
inline |
Definition at line 206 of file graphics_importer_buffer.h.
References m_fillColor, m_filled, m_stroke, and m_vertices.
|
inlineoverridevirtual |
Implements IMPORTED_SHAPE.
Definition at line 220 of file graphics_importer_buffer.h.
|
inlineoverridevirtual |
Implements IMPORTED_SHAPE.
Definition at line 241 of file graphics_importer_buffer.h.
References m_vertices, and BOX2< Vec >::Merge().
|
inline |
Definition at line 237 of file graphics_importer_buffer.h.
References m_fillColor.
Referenced by GRAPHICS_IMPORTER_BUFFER::PostprocessNestedPolygons().
|
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.
|
inline |
Definition at line 239 of file graphics_importer_buffer.h.
References m_stroke.
Referenced by GRAPHICS_IMPORTER_BUFFER::PostprocessNestedPolygons().
|
inlineoverridevirtual |
Implements IMPORTED_SHAPE.
Definition at line 215 of file graphics_importer_buffer.h.
References GRAPHICS_IMPORTER::AddPolygon(), m_fillColor, m_filled, m_stroke, and m_vertices.
|
inline |
Definition at line 235 of file graphics_importer_buffer.h.
References m_filled.
Referenced by GRAPHICS_IMPORTER_BUFFER::PostprocessNestedPolygons().
|
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 225 of file graphics_importer_buffer.h.
References m_vertices.
|
inline |
Definition at line 233 of file graphics_importer_buffer.h.
References m_vertices.
|
private |
Definition at line 255 of file graphics_importer_buffer.h.
Referenced by GetFillColor(), IMPORTED_POLYGON(), and ImportTo().
|
private |
Definition at line 254 of file graphics_importer_buffer.h.
Referenced by IMPORTED_POLYGON(), ImportTo(), and IsFilled().
|
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 253 of file graphics_importer_buffer.h.
Referenced by GetStroke(), IMPORTED_POLYGON(), and ImportTo().
|
private |
Definition at line 252 of file graphics_importer_buffer.h.
Referenced by GetBoundingBox(), IMPORTED_POLYGON(), ImportTo(), Transform(), and Vertices().