20#ifndef LIBREPCB_EDITOR_CMDREMOVESELECTEDBOARDITEMS_H
21#define LIBREPCB_EDITOR_CMDREMOVESELECTEDBOARDITEMS_H
26#include "../../undocommand.h"
44class BoardGraphicsScene;
45class CmdRemoveBoardItems;
58 bool includeLockedItems)
noexcept;
The BoardGraphicsScene class.
Definition boardgraphicsscene.h:77
The CmdRemoveSelectedBoardItems class.
Definition cmdremoveselectedboarditems.h:54
void performRedo() override
Redo the command.
Definition cmdremoveselectedboarditems.cpp:105
bool mIncludeLockedItems
Definition cmdremoveselectedboarditems.h:76
~CmdRemoveSelectedBoardItems() noexcept
Definition cmdremoveselectedboarditems.cpp:52
void performUndo() override
Undo the command.
Definition cmdremoveselectedboarditems.cpp:101
QList< BI_NetSegment * > getModifiedNetSegments() const noexcept
Definition cmdremoveselectedboarditems.cpp:59
BoardGraphicsScene & mScene
Definition cmdremoveselectedboarditems.h:75
bool performExecute() override
Execute the command the first time.
Definition cmdremoveselectedboarditems.cpp:69
std::unique_ptr< CmdRemoveBoardItems > mWrappedCommand
Definition cmdremoveselectedboarditems.h:77
The UndoCommand class represents a command which you can undo/redo.
Definition undocommand.h:46
Definition occmodel.cpp:77