LibrePCB Developers Documentation
KiCadFootprintLine Struct Referencefinal

Represents a KiCad footprint line. More...

#include <kicadtypes.h>

+ Collaboration diagram for KiCadFootprintLine:

Static Public Member Functions

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

Public Attributes

QPointF start
 
QPointF end
 
qreal strokeWidth
 
KiCadStrokeType strokeType
 
KiCadLayer layer
 

Detailed Description

Represents a KiCad footprint line.

Member Function Documentation

◆ parse()

KiCadFootprintLine 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

◆ strokeType

KiCadStrokeType strokeType

◆ layer

KiCadLayer layer

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