QElectroTech 0.200.1-dev
Loading...
Searching...
No Matches
removediagramcommand.h File Reference
#include <QUndoCommand>
#include <QPointer>
Include dependency graph for removediagramcommand.h:
This graph shows which files directly or indirectly include this file:

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...