20#ifndef LIBREPCB_EDITOR_CMDREMOVEUNUSEDNETSIGNALSANDBUSES_H
21#define LIBREPCB_EDITOR_CMDREMOVEUNUSEDNETSIGNALSANDBUSES_H
26#include "../../undocommandgroup.h"
The Circuit class represents all electrical connections in a project (drawn in the schematics)
Definition circuit.h:72
The CmdRemoveUnusedNetSignalsAndBuses class.
Definition cmdremoveunusednetsignalsandbuses.h:47
bool buildAndExecuteChildCommands()
Circuit & mCircuit
Definition cmdremoveunusednetsignalsandbuses.h:64
~CmdRemoveUnusedNetSignalsAndBuses() noexcept
Definition cmdremoveunusednetsignalsandbuses.cpp:52
bool performExecute() override
Execute the command the first time.
Definition cmdremoveunusednetsignalsandbuses.cpp:59
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