Go to the documentation of this file.
4 #ifndef vtkUndoStackInternal_h
5 #define vtkUndoStackInternal_h
vtkUndoElement * GetElement(int index)
Get an element at a particular index.
Maintains a collection of vtkUndoElement that can be undone/redone in a single step.
int GetNumberOfElements()
Get number of elements in the set.
int AddElement(vtkUndoElement *elem)
Add an element to this set.
VectorOfElements RedoStack
Element(const char *label, vtkUndoSet *set)
static vtkSmartPointer< T > New()
std::vector< Element > VectorOfElements
vtkSmartPointer< vtkUndoSet > UndoSet
VectorOfElements UndoStack