KiCad PCB EDA Suite
|
#include <commit.h>
Go to the source code of this file.
Classes | |
class | SCH_COMMIT |
Macros | |
#define | SKIP_UNDO 0x0001 |
#define | APPEND_UNDO 0x0002 |
#define | SKIP_SET_DIRTY 0x0004 |
#define APPEND_UNDO 0x0002 |
Definition at line 41 of file sch_commit.h.
Referenced by EDIT_TOOL::DeleteItems(), ROUTER_TOOL::performRouting(), GENERATOR_TOOL::RegenerateAllOfType(), GENERATOR_TOOL::RegenerateSelected(), ROUTER_TOOL::RouteSelected(), DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataFromWindow(), and ZONE_FILLER_TOOL::ZoneFillDirty().
#define SKIP_SET_DIRTY 0x0004 |
Definition at line 42 of file sch_commit.h.
Referenced by KI_TEST::FillZones(), PCBNEW_JOBS_HANDLER::JobExportDrc(), SCH_COMMIT::Push(), PCB_EDIT_FRAME::ResolveDRCExclusions(), PCB_EDIT_FRAME::RunActionPlugin(), and DRC_TOOL::RunTests().
#define SKIP_UNDO 0x0001 |
Definition at line 40 of file sch_commit.h.
Referenced by KI_TEST::FillZones(), PCBNEW_JOBS_HANDLER::JobExportDrc(), SCH_COMMIT::pushLibEdit(), SCH_COMMIT::pushSchEdit(), PCB_EDIT_FRAME::ResolveDRCExclusions(), PCB_EDIT_FRAME::RunActionPlugin(), and DRC_TOOL::RunTests().