|
wiRedPanda
Logic Circuit Simulator
|
Undo command that registers/unregisters a blob in the IC registry. More...
#include <Commands.h>
Public Member Functions | |
| void | redo () override |
| RegisterBlobCommand (const QString &blobName, const QByteArray &data, Scene *scene, QUndoCommand *parent=nullptr) | |
| void | undo () override |
Undo command that registers/unregisters a blob in the IC registry.
Used with beginMacro/endMacro to pair blob registration with AddItemsCommand when creating new embedded ICs.
Definition at line 449 of file Commands.h.
| RegisterBlobCommand::RegisterBlobCommand | ( | const QString & | blobName, |
| const QByteArray & | data, | ||
| Scene * | scene, | ||
| QUndoCommand * | parent = nullptr ) |
Definition at line 1120 of file Commands.cpp.
|
override |
Definition at line 1129 of file Commands.cpp.
|
override |
Definition at line 1134 of file Commands.cpp.