Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkLimitedLinearUndo.h File Reference
#include "mitkOperationEvent.h"
#include "mitkUndoModel.h"
#include <MitkCoreExports.h>
#include <vector>
#include <itkEventObject.h>

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)