20 #ifndef LIBREPCB_PROJECT_CMDBOARDPLANEREMOVE_H
21 #define LIBREPCB_PROJECT_CMDBOARDPLANEREMOVE_H
76 #endif // LIBREPCB_PROJECT_CMDBOARDPLANEREMOVE_H
BI_Plane & mPlane
Definition: cmdboardplaneremove.h:66
Board & mBoard
Definition: cmdboardplaneremove.h:65
The BI_Plane class.
Definition: bi_plane.h:53
void performUndo() override
Undo the command.
Definition: cmdboardplaneremove.cpp:59
bool performExecute() override
Execute the command the first time.
Definition: cmdboardplaneremove.cpp:53
The CmdBoardPlaneRemove class.
Definition: cmdboardplaneremove.h:46
CmdBoardPlaneRemove(BI_Plane &plane) noexcept
Definition: cmdboardplaneremove.cpp:40
~CmdBoardPlaneRemove() noexcept
Definition: cmdboardplaneremove.cpp:46
The UndoCommand class represents a command which you can undo/redo.
Definition: undocommand.h:47
The Board class represents a PCB of a project and is always part of a circuit.
Definition: board.h:83
void performRedo() override
Redo the command.
Definition: cmdboardplaneremove.cpp:63