LibrePCB Developers Documentation
KiCadSymbolArc Struct Referencefinal

Represents a KiCad symbol arc. More...

#include <kicadtypes.h>

+ Collaboration diagram for KiCadSymbolArc:

Static Public Member Functions

static KiCadSymbolArc parse (const SExpression &node, MessageLogger &log)
 

Public Attributes

QPointF start
 
QPointF mid
 
QPointF end
 
qreal strokeWidth = 0
 
KiCadStrokeType strokeType = KiCadStrokeType::Solid
 
KiCadSymbolFillType fillType = KiCadSymbolFillType::None
 

Detailed Description

Represents a KiCad symbol arc.

Member Function Documentation

◆ parse()

KiCadSymbolArc 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

◆ mid

QPointF mid

◆ end

QPointF end

◆ strokeWidth

qreal strokeWidth = 0

◆ strokeType

◆ fillType


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