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 41 of file board_commit.h.
Referenced by BOARD_COMMIT::Push().
#define SKIP_CONNECTIVITY 0x0008 |
Definition at line 43 of file board_commit.h.
Referenced by ZONE_FILLER_TOOL::CheckAllZones(), PCB_EDIT_FRAME::Edit_Zone_Params(), ZONE_FILLER_TOOL::FillAllZones(), KI_TEST::FillZones(), BOARD_COMMIT::Push(), ZONE_FILLER_TOOL::ZoneFill(), ZONE_FILLER_TOOL::ZoneFillDirty(), and GLOBAL_EDIT_TOOL::ZonesManager().
#define SKIP_SET_DIRTY 0x0004 |
Definition at line 42 of file board_commit.h.
Referenced by BOARD_COMMIT::Push().
#define SKIP_TEARDROPS 0x0020 |
Definition at line 45 of file board_commit.h.
Referenced by BOARD_EDITOR_CONTROL::modifyLockSelected(), BOARD_COMMIT::Push(), and DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataFromWindow().
#define SKIP_UNDO 0x0001 |
Definition at line 40 of file board_commit.h.
Referenced by BOARD_COMMIT::Push().
#define ZONE_FILL_OP 0x0010 |
Definition at line 44 of file board_commit.h.
Referenced by ZONE_FILLER_TOOL::CheckAllZones(), ZONE_FILLER_TOOL::FillAllZones(), KI_TEST::FillZones(), BOARD_COMMIT::Push(), BOARD_NETLIST_UPDATER::UpdateNetlist(), ZONE_FILLER_TOOL::ZoneFill(), ZONE_FILLER_TOOL::ZoneFillDirty(), ZONE_FILLER_TOOL::ZoneUnfill(), and ZONE_FILLER_TOOL::ZoneUnfillAll().