Medical Imaging Interaction Toolkit
2024.06.00
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 | |
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) | |