LibrePCB Developers Documentation
KiCadZone Struct Referencefinal

Represents a KiCad zone. More...

#include <kicadtypes.h>

+ Collaboration diagram for KiCadZone:

Static Public Member Functions

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

Public Attributes

QList< KiCadLayerlayers
 
bool keepOutTracks = false
 
bool keepOutVias = false
 
bool keepOutPads = false
 
bool keepOutCopperPour = false
 
bool keepOutFootprints = false
 
QList< QPointF > polygon
 

Detailed Description

Represents a KiCad zone.

Member Function Documentation

◆ parse()

KiCadZone 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

◆ layers

QList<KiCadLayer> layers

◆ keepOutTracks

bool keepOutTracks = false

◆ keepOutVias

bool keepOutVias = false

◆ keepOutPads

bool keepOutPads = false

◆ keepOutCopperPour

bool keepOutCopperPour = false

◆ keepOutFootprints

bool keepOutFootprints = false

◆ polygon

QList<QPointF> polygon

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