![]() |
KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
class | ZONE_SETTINGS |
ZONE_SETTINGS handles zones parameters. More... | |
Enumerations | |
enum | ZONE_FILL_MODE { ZONE_FILL_MODE::POLYGONS = 0, ZONE_FILL_MODE::HATCH_PATTERN = 1 } |
enum | ZONE_BORDER_DISPLAY_STYLE { ZONE_BORDER_DISPLAY_STYLE::NO_HATCH, ZONE_BORDER_DISPLAY_STYLE::DIAGONAL_FULL, ZONE_BORDER_DISPLAY_STYLE::DIAGONAL_EDGE } |
Zone border styles. More... | |
enum | ISLAND_REMOVAL_MODE { ISLAND_REMOVAL_MODE::ALWAYS, ISLAND_REMOVAL_MODE::NEVER, ISLAND_REMOVAL_MODE::AREA } |
Whether or not to remove isolated islands from a zone. More... | |
|
strong |
Whether or not to remove isolated islands from a zone.
Enumerator | |
---|---|
ALWAYS | |
NEVER | |
AREA |
Definition at line 54 of file zone_settings.h.
|
strong |
Zone border styles.
Enumerator | |
---|---|
NO_HATCH | |
DIAGONAL_FULL | |
DIAGONAL_EDGE |
Definition at line 46 of file zone_settings.h.
|
strong |