KiCad PCB EDA Suite
Loading...
Searching...
No Matches
board_commit.h File Reference
#include <commit.h>

Go to the source code of this file.

Classes

class  BOARD_COMMIT
 

Macros

#define SKIP_UNDO   0x0001
 
#define APPEND_UNDO   0x0002
 
#define SKIP_SET_DIRTY   0x0004
 
#define SKIP_CONNECTIVITY   0x0008
 
#define ZONE_FILL_OP   0x0010
 
#define SKIP_TEARDROPS   0x0020
 

Macro Definition Documentation

◆ APPEND_UNDO

#define APPEND_UNDO   0x0002

Definition at line 40 of file board_commit.h.

◆ SKIP_CONNECTIVITY

#define SKIP_CONNECTIVITY   0x0008

Definition at line 42 of file board_commit.h.

◆ SKIP_SET_DIRTY

#define SKIP_SET_DIRTY   0x0004

Definition at line 41 of file board_commit.h.

◆ SKIP_TEARDROPS

#define SKIP_TEARDROPS   0x0020

Definition at line 44 of file board_commit.h.

◆ SKIP_UNDO

#define SKIP_UNDO   0x0001

Definition at line 39 of file board_commit.h.

◆ ZONE_FILL_OP

#define ZONE_FILL_OP   0x0010

Definition at line 43 of file board_commit.h.