20#ifndef LIBREPCB_EDITOR_CMDREMOVESELECTEDSYMBOLITEMS_H
21#define LIBREPCB_EDITOR_CMDREMOVESELECTEDSYMBOLITEMS_H
26#include "../../undocommandgroup.h"
39class SymbolGraphicsItem;
The Symbol class represents the part of a component which is added to schematics.
Definition symbol.h:55
The CmdRemoveSelectedSymbolItems class.
Definition cmdremoveselectedsymbolitems.h:48
CmdRemoveSelectedSymbolItems(const CmdRemoveSelectedSymbolItems &other)=delete
~CmdRemoveSelectedSymbolItems() noexcept
Definition cmdremoveselectedsymbolitems.cpp:56
SymbolGraphicsItem & mGraphicsItem
Definition cmdremoveselectedsymbolitems.h:69
Symbol & mSymbol
Definition cmdremoveselectedsymbolitems.h:68
CmdRemoveSelectedSymbolItems()=delete
bool performExecute() override
Execute the command the first time.
Definition cmdremoveselectedsymbolitems.cpp:63
The SymbolGraphicsItem class.
Definition symbolgraphicsitem.h:56
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