| 
    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 | 
Protected Attributes | |
| int | m_parentShapeIndex = -1 | 
Private Attributes | |
| VECTOR2D | m_center | 
| double | m_radius | 
| IMPORTED_STROKE | m_stroke | 
| bool | m_filled | 
| COLOR4D | m_fillColor | 
Definition at line 96 of file graphics_importer_buffer.h.
      
  | 
  inline | 
Definition at line 99 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 111 of file graphics_importer_buffer.h.
      
  | 
  inlineoverridevirtual | 
Implements IMPORTED_SHAPE.
Definition at line 127 of file graphics_importer_buffer.h.
References m_center, m_radius, and BOX2< Vec >::Merge().
      
  | 
  inlineinherited | 
Definition at line 48 of file graphics_importer_buffer.h.
References m_parentShapeIndex.
Referenced by GRAPHICS_IMPORTER_BUFFER::PostprocessNestedPolygons().
      
  | 
  inlineoverridevirtual | 
Implements IMPORTED_SHAPE.
Definition at line 106 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 47 of file graphics_importer_buffer.h.
References m_parentShapeIndex.
      
  | 
  inlineoverridevirtual | 
Implements IMPORTED_SHAPE.
Definition at line 116 of file graphics_importer_buffer.h.
References VECTOR2< T >::EuclideanNorm(), m_center, and m_radius.
      
  | 
  private | 
Definition at line 136 of file graphics_importer_buffer.h.
Referenced by GetBoundingBox(), IMPORTED_CIRCLE(), ImportTo(), and Transform().
      
  | 
  private | 
Definition at line 140 of file graphics_importer_buffer.h.
Referenced by IMPORTED_CIRCLE(), and ImportTo().
      
  | 
  private | 
Definition at line 139 of file graphics_importer_buffer.h.
Referenced by IMPORTED_CIRCLE(), and ImportTo().
      
  | 
  protectedinherited | 
Definition at line 53 of file graphics_importer_buffer.h.
Referenced by GetParentShapeIndex(), and SetParentShapeIndex().
      
  | 
  private | 
Definition at line 137 of file graphics_importer_buffer.h.
Referenced by GetBoundingBox(), IMPORTED_CIRCLE(), ImportTo(), and Transform().
      
  | 
  private | 
Definition at line 138 of file graphics_importer_buffer.h.
Referenced by IMPORTED_CIRCLE(), and ImportTo().