![]() |
LibrePCB Developers Documentation
|
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 |
Represents a KiCad property.
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:| 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 |