20#ifndef LIBREPCB_EDITOR_CMDSCHEMATICNETLABELADD_H
21#define LIBREPCB_EDITOR_CMDSCHEMATICNETLABELADD_H
26#include "../../undocommand.h"
The SI_NetLabel class.
Definition: si_netlabel.h:49
The CmdSchematicNetLabelAdd class.
Definition: cmdschematicnetlabeladd.h:49
void performRedo() override
Redo the command.
Definition: cmdschematicnetlabeladd.cpp:61
~CmdSchematicNetLabelAdd() noexcept
Definition: cmdschematicnetlabeladd.cpp:44
void performUndo() override
Undo the command.
Definition: cmdschematicnetlabeladd.cpp:57
bool performExecute() override
Execute the command the first time.
Definition: cmdschematicnetlabeladd.cpp:51
SI_NetLabel & mNetLabel
Definition: cmdschematicnetlabeladd.h:69
CmdSchematicNetLabelAdd(SI_NetLabel &netLabel) noexcept
Definition: cmdschematicnetlabeladd.cpp:40
The UndoCommand class represents a command which you can undo/redo.
Definition: undocommand.h:46
Definition: occmodel.cpp:77