KiCad PCB EDA Suite
|
This is the complete list of members for SVG_IMPORT_PLUGIN, including all inherited members.
DrawCubicBezierCurve(const float *aPoints, std::vector< VECTOR2D > &aGeneratedPoints) | SVG_IMPORT_PLUGIN | private |
DrawCubicBezierPath(const float *aPoints, int aNumPoints, std::vector< VECTOR2D > &aGeneratedPoints) | SVG_IMPORT_PLUGIN | private |
DrawLineSegments(const std::vector< VECTOR2D > &aPoints, const IMPORTED_STROKE &aStroke) | SVG_IMPORT_PLUGIN | private |
DrawPath(const float *aPoints, int aNumPoints, bool aClosedPath, const IMPORTED_STROKE &aStroke, bool aFilled, const COLOR4D &aFillColor) | SVG_IMPORT_PLUGIN | private |
DrawPolygon(const std::vector< VECTOR2D > &aPoints, const IMPORTED_STROKE &aStroke, bool aFilled, const COLOR4D &aFillColor) | SVG_IMPORT_PLUGIN | private |
GetFileExtensions() const override | SVG_IMPORT_PLUGIN | inlinevirtual |
GetImageBBox() const override | SVG_IMPORT_PLUGIN | virtual |
GetImageHeight() const override | SVG_IMPORT_PLUGIN | virtual |
GetImageWidth() const override | SVG_IMPORT_PLUGIN | virtual |
GetMessages() const override | SVG_IMPORT_PLUGIN | inlinevirtual |
GetName() const override | SVG_IMPORT_PLUGIN | inlinevirtual |
GetWildcards() const | GRAPHICS_IMPORT_PLUGIN | inline |
Import() override | SVG_IMPORT_PLUGIN | virtual |
Load(const wxString &aFileName) override | SVG_IMPORT_PLUGIN | virtual |
LoadFromMemory(const wxMemoryBuffer &aMemBuffer) override | SVG_IMPORT_PLUGIN | virtual |
m_importer | GRAPHICS_IMPORT_PLUGIN | protected |
m_internalImporter | SVG_IMPORT_PLUGIN | private |
m_messages | SVG_IMPORT_PLUGIN | private |
m_parsedImage | SVG_IMPORT_PLUGIN | private |
ReportMsg(const wxString &aMessage) override | SVG_IMPORT_PLUGIN | virtual |
SetImporter(GRAPHICS_IMPORTER *aImporter) | GRAPHICS_IMPORT_PLUGIN | inlinevirtual |
SetLineWidthMM(double aLineWidth) | GRAPHICS_IMPORT_PLUGIN | inlinevirtual |
SVG_IMPORT_PLUGIN() | SVG_IMPORT_PLUGIN | inline |
~GRAPHICS_IMPORT_PLUGIN() | GRAPHICS_IMPORT_PLUGIN | inlinevirtual |