KiCad PCB EDA Suite
Loading...
Searching...
No Matches
graphics_importer_buffer.cpp File Reference

Go to the source code of this file.

Functions

template<typename T, typename... Args>
static std::unique_ptr< Tmake_shape (const Args &... aArguments)
 
static void convertPolygon (std::list< std::unique_ptr< IMPORTED_SHAPE > > &aShapes, std::vector< IMPORTED_POLYGON * > &aPaths, GRAPHICS_IMPORTER::POLY_FILL_RULE aFillRule, const IMPORTED_STROKE &aStroke, bool aFilled, const COLOR4D &aFillColor)
 

Function Documentation

◆ convertPolygon()

static void convertPolygon ( std::list< std::unique_ptr< IMPORTED_SHAPE > > & aShapes,
std::vector< IMPORTED_POLYGON * > & aPaths,
GRAPHICS_IMPORTER::POLY_FILL_RULE aFillRule,
const IMPORTED_STROKE & aStroke,
bool aFilled,
const COLOR4D & aFillColor )
static

◆ make_shape()

template<typename T, typename... Args>
static std::unique_ptr< T > make_shape ( const Args &... aArguments)
static