20 #ifndef LIBREPCB_EDITOR_CMDNETCLASSREMOVE_H 21 #define LIBREPCB_EDITOR_CMDNETCLASSREMOVE_H 26 #include "../../undocommand.h" Definition: occmodel.cpp:76
bool performExecute() override
Execute the command the first time.
Definition: cmdnetclassremove.cpp:51
The UndoCommand class represents a command which you can undo/redo.
Definition: undocommand.h:46
~CmdNetClassRemove() noexcept
Definition: cmdnetclassremove.cpp:44
void performUndo() override
Undo the command.
Definition: cmdnetclassremove.cpp:57
void performRedo() override
Redo the command.
Definition: cmdnetclassremove.cpp:61
The NetClass class.
Definition: netclass.h:46
CmdNetClassRemove(NetClass &netclass) noexcept
Definition: cmdnetclassremove.cpp:40
NetClass & mNetClass
Definition: cmdnetclassremove.h:65
The CmdNetClassRemove class.
Definition: cmdnetclassremove.h:46