![]() |
QElectroTech 0.200.1-dev
|
#include <QUndoCommand>#include <QPointer>

Go to the source code of this file.
Classes | |
| class | RemoveDiagramCommand |
| The RemoveDiagramCommand class Undo/redo support for removing a folio (diagram) from a project. redo() detaches the diagram from the project (and, reactively, its ProjectView tab) without destroying it; undo() reinserts it at its original position. The diagram is only actually destroyed when this command itself is destroyed while the diagram is detached (i.e. while the removal is still in effect). More... | |