Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <QmitkUndoAction.h>
Public Member Functions | |
QmitkUndoAction (berry::IWorkbenchWindow::Pointer window) | |
QmitkUndoAction (const QIcon &icon, berry::IWorkbenchWindow::Pointer window) | |
QmitkUndoAction (const QIcon &icon, berry::IWorkbenchWindow *window) | |
~QmitkUndoAction () override | |
Protected Slots | |
virtual void | Run () |
Definition at line 30 of file QmitkUndoAction.h.
QmitkUndoAction::QmitkUndoAction | ( | berry::IWorkbenchWindow::Pointer | window | ) |
Definition at line 40 of file QmitkUndoAction.cpp.
References berry::SmartPointer< TObjectType >::GetPointer().
QmitkUndoAction::QmitkUndoAction | ( | const QIcon & | icon, |
berry::IWorkbenchWindow::Pointer | window | ||
) |
Definition at line 46 of file QmitkUndoAction.cpp.
References berry::SmartPointer< TObjectType >::GetPointer().
QmitkUndoAction::QmitkUndoAction | ( | const QIcon & | icon, |
berry::IWorkbenchWindow * | window | ||
) |
Definition at line 53 of file QmitkUndoAction.cpp.
|
override |
Definition at line 60 of file QmitkUndoAction.cpp.
|
protectedvirtualslot |
Definition at line 64 of file QmitkUndoAction.cpp.
References mitk::UndoController::GetCurrentUndoModel(), MITK_ERROR, MITK_INFO, and mitk::UndoModel::Undo().