LibrePCB Developers Documentation
KiCadGraphicalLine Struct Referencefinal

Represents a KiCad graphical line. More...

#include <kicadtypes.h>

+ Collaboration diagram for KiCadGraphicalLine:

Static Public Member Functions

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

Public Attributes

QPointF start
 
QPointF end
 
qreal width = 0
 

Detailed Description

Represents a KiCad graphical line.

Member Function Documentation

◆ parse()

KiCadGraphicalLine 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

◆ width

qreal width = 0

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