#include "mitkCommon.h"
#include "mitkOperationEvent.h"
#include "mitkUndoModel.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 | |
namespace | mitk |
Qmitk. | |
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. | |
mitk::itkEventMacro (RedoFullEvent, UndoStackEvent) |