LibrePCB Developers Documentation
KiCadGraphicalCircle Struct Referencefinal

Represents a KiCad graphical circle. More...

#include <kicadtypes.h>

+ Collaboration diagram for KiCadGraphicalCircle:

Static Public Member Functions

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

Public Attributes

QPointF center
 
QPointF end
 
qreal width = 0
 
bool fill = false
 

Detailed Description

Represents a KiCad graphical circle.

Member Function Documentation

◆ parse()

KiCadGraphicalCircle 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

◆ end

QPointF end

◆ width

qreal width = 0

◆ fill

bool fill = false

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