20#ifndef LIBREPCB_EDITOR_CMDBUSREMOVE_H
21#define LIBREPCB_EDITOR_CMDBUSREMOVE_H
26#include "../../undocommand.h"
The Bus class.
Definition bus.h:50
The Circuit class represents all electrical connections in a project (drawn in the schematics)
Definition circuit.h:72
The CmdBusRemove class.
Definition cmdbusremove.h:47
void performRedo() override
Redo the command.
Definition cmdbusremove.cpp:61
Circuit & mCircuit
Definition cmdbusremove.h:67
void performUndo() override
Undo the command.
Definition cmdbusremove.cpp:57
~CmdBusRemove() noexcept
Definition cmdbusremove.cpp:44
Bus & mBus
Definition cmdbusremove.h:68
bool performExecute() override
Execute the command the first time.
Definition cmdbusremove.cpp:51
The UndoCommand class represents a command which you can undo/redo.
Definition undocommand.h:46
Definition occmodel.cpp:77