20#ifndef LIBREPCB_EDITOR_CMDREMOVESELECTEDSYMBOLITEMS_H
21#define LIBREPCB_EDITOR_CMDREMOVESELECTEDSYMBOLITEMS_H
26#include "../../undocommandgroup.h"
27#include "../sym/fsm/symboleditorstate.h"
The CmdRemoveSelectedSymbolItems class.
Definition: cmdremoveselectedsymbolitems.h:44
CmdRemoveSelectedSymbolItems(const CmdRemoveSelectedSymbolItems &other)=delete
~CmdRemoveSelectedSymbolItems() noexcept
Definition: cmdremoveselectedsymbolitems.cpp:54
const SymbolEditorState::Context & mContext
Definition: cmdremoveselectedsymbolitems.h:65
CmdRemoveSelectedSymbolItems()=delete
bool performExecute() override
Execute the command the first time.
Definition: cmdremoveselectedsymbolitems.cpp:61
The SymbolEditorState class is the base class of all symbol editor FSM states.
Definition: symboleditorstate.h:54
The UndoCommandGroup class makes it possible to pack multiple undo commands together (it acts as a pa...
Definition: undocommandgroup.h:44
Definition: occmodel.cpp:77
Definition: symboleditorfsm.h:76