LibrePCB Developers Documentation
|
Represents a KiCad zone. More...
#include <kicadtypes.h>
Static Public Member Functions | |
static KiCadZone | parse (const SExpression &node, MessageLogger &log) |
Public Attributes | |
QList< KiCadLayer > | layers |
bool | keepOutTracks = false |
bool | keepOutVias = false |
bool | keepOutPads = false |
bool | keepOutCopperPour = false |
bool | keepOutFootprints = false |
QList< QPointF > | polygon |
Represents a KiCad zone.
|
static |
QList<KiCadLayer> layers |
bool keepOutTracks = false |
bool keepOutVias = false |
bool keepOutPads = false |
bool keepOutCopperPour = false |
bool keepOutFootprints = false |
QList<QPointF> polygon |