20#ifndef LIBREPCB_EDITOR_CMDBOARDZONEREMOVE_H
21#define LIBREPCB_EDITOR_CMDBOARDZONEREMOVE_H
26#include "../../undocommand.h"
The BI_Zone class.
Definition bi_zone.h:46
The Board class represents a PCB of a project and is always part of a circuit.
Definition board.h:73
The CmdBoardZoneRemove class.
Definition cmdboardzoneremove.h:47
void performRedo() override
Redo the command.
Definition cmdboardzoneremove.cpp:63
void performUndo() override
Undo the command.
Definition cmdboardzoneremove.cpp:59
Board & mBoard
Definition cmdboardzoneremove.h:67
~CmdBoardZoneRemove() noexcept
Definition cmdboardzoneremove.cpp:46
bool performExecute() override
Execute the command the first time.
Definition cmdboardzoneremove.cpp:53
BI_Zone & mZone
Definition cmdboardzoneremove.h:68
The UndoCommand class represents a command which you can undo/redo.
Definition undocommand.h:46
Definition occmodel.cpp:76