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

Go to the source code of this file.

Classes

class  AddDiagramCommand
 The AddDiagramCommand class Undo/redo support for adding a new folio (diagram) to a project. Takes ownership of the (already constructed, not yet inserted) diagram: redo() inserts it into the project, undo() detaches it again without destroying it. The diagram is only actually destroyed when this command itself is destroyed while the diagram is detached (i.e. while undone). More...