20#ifndef LIBREPCB_EDITOR_CMDSCHEMATICBUSLABELADD_H
21#define LIBREPCB_EDITOR_CMDSCHEMATICBUSLABELADD_H
26#include "../../undocommand.h"
The SI_BusLabel class.
Definition si_buslabel.h:48
The CmdSchematicBusLabelAdd class.
Definition cmdschematicbuslabeladd.h:47
void performRedo() override
Redo the command.
Definition cmdschematicbuslabeladd.cpp:61
void performUndo() override
Undo the command.
Definition cmdschematicbuslabeladd.cpp:57
SI_BusLabel & mLabel
Definition cmdschematicbuslabeladd.h:67
~CmdSchematicBusLabelAdd() noexcept
Definition cmdschematicbuslabeladd.cpp:44
bool performExecute() override
Execute the command the first time.
Definition cmdschematicbuslabeladd.cpp:51
The UndoCommand class represents a command which you can undo/redo.
Definition undocommand.h:46
Definition occmodel.cpp:77