20#ifndef LIBREPCB_EDITOR_CMDNETSIGNALREMOVE_H
21#define LIBREPCB_EDITOR_CMDNETSIGNALREMOVE_H
26#include "../../undocommand.h"
The Circuit class represents all electrical connections in a project (drawn in the schematics)
Definition circuit.h:70
The NetSignal class.
Definition netsignal.h:50
The CmdNetSignalRemove class.
Definition cmdnetsignalremove.h:47
void performRedo() override
Redo the command.
Definition cmdnetsignalremove.cpp:64
Circuit & mCircuit
Definition cmdnetsignalremove.h:67
~CmdNetSignalRemove() noexcept
Definition cmdnetsignalremove.cpp:47
void performUndo() override
Undo the command.
Definition cmdnetsignalremove.cpp:60
NetSignal & mNetSignal
Definition cmdnetsignalremove.h:68
bool performExecute() override
Execute the command the first time.
Definition cmdnetsignalremove.cpp:54
The UndoCommand class represents a command which you can undo/redo.
Definition undocommand.h:46
Definition occmodel.cpp:76