|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "mitkOperationEvent.h"#include "mitkUndoModel.h"#include <MitkCoreExports.h>#include <vector>#include <itkEventObject.h>#include <deque>Go to the source code of this file.
Classes | |
| class | mitk::LimitedLinearUndo |
| A linear undo model with one undo and one redo stack. More... | |
Namespaces | |
| mitk | |
| DataCollection - Class to facilitate loading/accessing structured data. | |
Functions | |
| mitk::itkEventMacro (UndoStackEvent, itk::ModifiedEvent) | |
| mitk::itkEventMacro (UndoEmptyEvent, UndoStackEvent) | |
| mitk::itkEventMacro (RedoEmptyEvent, UndoStackEvent) | |
| mitk::itkEventMacro (UndoNotEmptyEvent, UndoStackEvent) | |
| mitk::itkEventMacro (RedoNotEmptyEvent, UndoStackEvent) | |
| mitk::itkEventMacro (UndoFullEvent, UndoStackEvent) | |
| Additional unused events, if anybody wants to put an artificial limit to the possible number of items in the stack. More... | |
| mitk::itkEventMacro (RedoFullEvent, UndoStackEvent) | |