24 #ifndef vtkSMUndoStack_h 25 #define vtkSMUndoStack_h 30 class vtkSMUndoRedoStateLoader;
31 class vtkSMUndoStackObserver;
68 PushUndoSetEvent = 1987,
69 ObjectCreationEvent = 1988
virtual int Undo()
Performs an Undo using the set on the top of the undo stack.
#define VTKREMOTINGSERVERMANAGER_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
This is the undo/redo stack for the Server Manager.
virtual int Redo()
Performs a Redo using the set on the top of the redo stack.
virtual void Push(const char *label, vtkUndoSet *changeSet)
Push an undo set on the Undo stack.
Maintains a collection of vtkUndoElement that can be undone/redone in a single step.
static vtkUndoStack * New()
vtkUndoStackInternal * Internal