KiCad PCB EDA Suite
|
#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 |
#define APPEND_UNDO 0x0002 |
Definition at line 40 of file board_commit.h.
#define SKIP_CONNECTIVITY 0x0008 |
Definition at line 42 of file board_commit.h.
#define SKIP_SET_DIRTY 0x0004 |
Definition at line 41 of file board_commit.h.
#define SKIP_TEARDROPS 0x0020 |
Definition at line 44 of file board_commit.h.
#define SKIP_UNDO 0x0001 |
Definition at line 39 of file board_commit.h.
#define ZONE_FILL_OP 0x0010 |
Definition at line 43 of file board_commit.h.