LibrePCB Developers Documentation
KiCadProperty Struct Referencefinal

Represents a KiCad property. More...

#include <kicadtypes.h>

+ Collaboration diagram for KiCadProperty:

Static Public Member Functions

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

Public Attributes

QString key
 
QString value
 
QPointF position
 
qreal rotation = 0
 
QString layer
 
QSizeF fontSize
 
qreal fontThickness = 0
 
Qt::Alignment alignment = Qt::AlignCenter
 
bool mirror = false
 
bool unlocked = false
 
bool hide = false
 

Detailed Description

Represents a KiCad property.

Member Function Documentation

◆ parse()

KiCadProperty 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

◆ key

QString key

◆ value

QString value

◆ position

QPointF position

◆ rotation

qreal rotation = 0

◆ layer

QString layer

◆ fontSize

QSizeF fontSize

◆ fontThickness

qreal fontThickness = 0

◆ alignment

Qt::Alignment alignment = Qt::AlignCenter

◆ mirror

bool mirror = false

◆ unlocked

bool unlocked = false

◆ hide

bool hide = false

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