KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcb_actions.h File Reference
#include <layer_ids.h>
#include <tool/tool_action.h>
#include <tool/actions.h>

Go to the source code of this file.

Classes

class  PCB_ACTIONS
 Gather all the actions that are shared by tools. More...
 
class  PCB_EVENTS
 

Enumerations

enum class  ZONE_MODE { ADD , CUTOUT , SIMILAR , GRAPHIC_POLYGON }
 

Enumeration Type Documentation

◆ ZONE_MODE

enum class ZONE_MODE
strong
Enumerator
ADD 

Add a new zone/keepout with fresh settings.

CUTOUT 

Make a cutout to an existing zone.

SIMILAR 

Add a new zone with the same settings as an existing one.

GRAPHIC_POLYGON 

Definition at line 34 of file pcb_actions.h.