![]() |
LibrePCB Developers Documentation
|
Represents a KiCad symbol rectangle. More...
#include <kicadtypes.h>
Collaboration diagram for KiCadSymbolRectangle:Static Public Member Functions | |
| static KiCadSymbolRectangle | parse (const SExpression &node, MessageLogger &log) |
Public Attributes | |
| QPointF | start |
| QPointF | end |
| qreal | strokeWidth = 0 |
| KiCadStrokeType | strokeType = KiCadStrokeType::Solid |
| KiCadSymbolFillType | fillType = KiCadSymbolFillType::None |
Represents a KiCad symbol rectangle.
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:| QPointF start |
| QPointF end |
| qreal strokeWidth = 0 |
| KiCadStrokeType strokeType = KiCadStrokeType::Solid |
| KiCadSymbolFillType fillType = KiCadSymbolFillType::None |