|
| | SYMBOL_SVG_EXPORT_FIXTURE () |
| |
| | ~SYMBOL_SVG_EXPORT_FIXTURE ()=default |
| |
| void | AddPin (int x, int y, const wxString &name, const wxString &number) |
| |
| void | AddRectangle (int x1, int y1, int x2, int y2) |
| |
| void | AddCircle (int cx, int cy, int radius) |
| |
| void | AddPolyline (const std::vector< std::pair< int, int > > &points) |
| |
| void | AddArc (int cx, int cy, int radius, EDA_ANGLE startAngle, EDA_ANGLE endAngle) |
| |
| void | AddText (int x, int y, const wxString &text) |
| |
| wxString | PlotToSvgString (int aUnit=0, int aBodyStyle=0) |
| |
Definition at line 45 of file test_symbol_svg_export.cpp.
◆ SYMBOL_SVG_EXPORT_FIXTURE()
| SYMBOL_SVG_EXPORT_FIXTURE::SYMBOL_SVG_EXPORT_FIXTURE |
( |
| ) |
|
|
inline |
◆ ~SYMBOL_SVG_EXPORT_FIXTURE()
| SYMBOL_SVG_EXPORT_FIXTURE::~SYMBOL_SVG_EXPORT_FIXTURE |
( |
| ) |
|
|
default |
◆ AddArc()
| void SYMBOL_SVG_EXPORT_FIXTURE::AddArc |
( |
int | cx, |
|
|
int | cy, |
|
|
int | radius, |
|
|
EDA_ANGLE | startAngle, |
|
|
EDA_ANGLE | endAngle ) |
|
inline |
◆ AddCircle()
| void SYMBOL_SVG_EXPORT_FIXTURE::AddCircle |
( |
int | cx, |
|
|
int | cy, |
|
|
int | radius ) |
|
inline |
◆ AddPin()
| void SYMBOL_SVG_EXPORT_FIXTURE::AddPin |
( |
int | x, |
|
|
int | y, |
|
|
const wxString & | name, |
|
|
const wxString & | number ) |
|
inline |
◆ AddPolyline()
| void SYMBOL_SVG_EXPORT_FIXTURE::AddPolyline |
( |
const std::vector< std::pair< int, int > > & | points | ) |
|
|
inline |
◆ AddRectangle()
| void SYMBOL_SVG_EXPORT_FIXTURE::AddRectangle |
( |
int | x1, |
|
|
int | y1, |
|
|
int | x2, |
|
|
int | y2 ) |
|
inline |
◆ AddText()
| void SYMBOL_SVG_EXPORT_FIXTURE::AddText |
( |
int | x, |
|
|
int | y, |
|
|
const wxString & | text ) |
|
inline |
◆ PlotToSvgString()
| wxString SYMBOL_SVG_EXPORT_FIXTURE::PlotToSvgString |
( |
int | aUnit = 0, |
|
|
int | aBodyStyle = 0 ) |
|
inline |
◆ m_symbol
| std::unique_ptr<LIB_SYMBOL> SYMBOL_SVG_EXPORT_FIXTURE::m_symbol |
The documentation for this class was generated from the following file: