20#ifndef LIBREPCB_EDITOR_CMDREMOVEUNUSEDNETSIGNALS_H
21#define LIBREPCB_EDITOR_CMDREMOVEUNUSEDNETSIGNALS_H
26#include "../../undocommandgroup.h"
The Circuit class represents all electrical connections in a project (drawn in the schematics)
Definition circuit.h:70
The CmdRemoveUnusedNetSignals class.
Definition cmdremoveunusednetsignals.h:47
bool buildAndExecuteChildCommands()
Circuit & mCircuit
Definition cmdremoveunusednetsignals.h:64
~CmdRemoveUnusedNetSignals() noexcept
Definition cmdremoveunusednetsignals.cpp:48
bool performExecute() override
Execute the command the first time.
Definition cmdremoveunusednetsignals.cpp:55
The UndoCommandGroup class makes it possible to pack multiple undo commands together (it acts as a pa...
Definition undocommandgroup.h:44
Definition occmodel.cpp:76