Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
mitkLimitedLinearUndo.h File Reference
#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
 Find image slices visible on a given plane.
 

Functions

 mitk::itkEventMacroDeclaration (UndoStackEvent, itk::ModifiedEvent)
 
 mitk::itkEventMacroDeclaration (UndoEmptyEvent, UndoStackEvent)
 
 mitk::itkEventMacroDeclaration (RedoEmptyEvent, UndoStackEvent)
 
 mitk::itkEventMacroDeclaration (UndoNotEmptyEvent, UndoStackEvent)
 
 mitk::itkEventMacroDeclaration (RedoNotEmptyEvent, UndoStackEvent)
 
 mitk::itkEventMacroDeclaration (UndoFullEvent, UndoStackEvent)
 Additional unused events, if anybody wants to put an artificial limit to the possible number of items in the stack. More...
 
 mitk::itkEventMacroDeclaration (RedoFullEvent, UndoStackEvent)