LibrePCB Developers Documentation
KiCadSymbolRectangle Struct Referencefinal

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
 

Detailed Description

Represents a KiCad symbol rectangle.

Member Function Documentation

◆ parse()

KiCadSymbolRectangle parse ( const SExpression node,
MessageLogger log 
)
static
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ start

QPointF start

◆ end

QPointF end

◆ strokeWidth

qreal strokeWidth = 0

◆ strokeType

◆ fillType


The documentation for this struct was generated from the following files: