| 
    KiCad PCB EDA Suite
    
   | 
 
A clone of IMPORTED_STROKE, but with floating-point width. More...
#include <graphics_importer.h>
Public Member Functions | |
| IMPORTED_STROKE (double aWidth=0, LINE_STYLE aPlotStyle=LINE_STYLE::DEFAULT, const KIGFX::COLOR4D &aColor=KIGFX::COLOR4D::UNSPECIFIED) | |
| double | GetWidth () const | 
| void | SetWidth (double aWidth) | 
| LINE_STYLE | GetPlotStyle () const | 
| void | SetPlotStyle (LINE_STYLE aPlotStyle) | 
| KIGFX::COLOR4D | GetColor () const | 
| void | SetColor (const KIGFX::COLOR4D &aColor) | 
Private Attributes | |
| double | m_width | 
| LINE_STYLE | m_plotstyle | 
| KIGFX::COLOR4D | m_color | 
A clone of IMPORTED_STROKE, but with floating-point width.
Definition at line 48 of file graphics_importer.h.
      
  | 
  inline | 
Definition at line 51 of file graphics_importer.h.
References DEFAULT, m_color, m_plotstyle, m_width, and KIGFX::COLOR4D::UNSPECIFIED.
      
  | 
  inline | 
Definition at line 64 of file graphics_importer.h.
References m_color.
Referenced by GRAPHICS_IMPORTER_LIB_SYMBOL::MapStrokeParams(), GRAPHICS_IMPORTER_PCBNEW::MapStrokeParams(), and GRAPHICS_IMPORTER_SCH::MapStrokeParams().
      
  | 
  inline | 
Definition at line 61 of file graphics_importer.h.
References m_plotstyle.
Referenced by GRAPHICS_IMPORTER_LIB_SYMBOL::MapStrokeParams(), GRAPHICS_IMPORTER_PCBNEW::MapStrokeParams(), and GRAPHICS_IMPORTER_SCH::MapStrokeParams().
      
  | 
  inline | 
Definition at line 58 of file graphics_importer.h.
References m_width.
Referenced by GRAPHICS_IMPORTER_SCH::AddSpline(), SVG_IMPORT_PLUGIN::Import(), GRAPHICS_IMPORTER_LIB_SYMBOL::MapStrokeParams(), GRAPHICS_IMPORTER_PCBNEW::MapStrokeParams(), and GRAPHICS_IMPORTER_SCH::MapStrokeParams().
      
  | 
  inline | 
Definition at line 65 of file graphics_importer.h.
References m_color.
      
  | 
  inline | 
Definition at line 62 of file graphics_importer.h.
References m_plotstyle.
      
  | 
  inline | 
Definition at line 59 of file graphics_importer.h.
References m_width.
      
  | 
  private | 
Definition at line 70 of file graphics_importer.h.
Referenced by GetColor(), IMPORTED_STROKE(), and SetColor().
      
  | 
  private | 
Definition at line 69 of file graphics_importer.h.
Referenced by GetPlotStyle(), IMPORTED_STROKE(), and SetPlotStyle().
      
  | 
  private | 
Definition at line 68 of file graphics_importer.h.
Referenced by GetWidth(), IMPORTED_STROKE(), and SetWidth().