LibrePCB Developers Documentation
KiCadSymbolCircle Struct Referencefinal

Represents a KiCad symbol circle. More...

#include <kicadtypes.h>

+ Collaboration diagram for KiCadSymbolCircle:

Static Public Member Functions

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

Public Attributes

QPointF center
 
qreal radius = 0
 
qreal strokeWidth = 0
 
KiCadStrokeType strokeType = KiCadStrokeType::Solid
 
KiCadSymbolFillType fillType = KiCadSymbolFillType::None
 

Detailed Description

Represents a KiCad symbol circle.

Member Function Documentation

◆ parse()

KiCadSymbolCircle 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

◆ center

QPointF center

◆ radius

qreal radius = 0

◆ strokeWidth

qreal strokeWidth = 0

◆ strokeType

◆ fillType


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