Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <QmitkFileExitAction.h>
Public Member Functions | |
QmitkFileExitAction (berry::SmartPointer< berry::IWorkbenchWindow > window) | |
QmitkFileExitAction (berry::IWorkbenchWindow *window) | |
QmitkFileExitAction (const QIcon &icon, berry::SmartPointer< berry::IWorkbenchWindow > window) | |
QmitkFileExitAction (const QIcon &icon, berry::IWorkbenchWindow *window) | |
Protected Slots | |
void | Run () |
Definition at line 33 of file QmitkFileExitAction.h.
QmitkFileExitAction::QmitkFileExitAction | ( | berry::SmartPointer< berry::IWorkbenchWindow > | window | ) |
QmitkFileExitAction::QmitkFileExitAction | ( | berry::IWorkbenchWindow * | window | ) |
Definition at line 37 of file QmitkFileExitAction.cpp.
QmitkFileExitAction::QmitkFileExitAction | ( | const QIcon & | icon, |
berry::SmartPointer< berry::IWorkbenchWindow > | window | ||
) |
QmitkFileExitAction::QmitkFileExitAction | ( | const QIcon & | icon, |
berry::IWorkbenchWindow * | window | ||
) |
Definition at line 44 of file QmitkFileExitAction.cpp.
|
protectedslot |
Definition at line 60 of file QmitkFileExitAction.cpp.
References berry::IWorkbench::Close(), and berry::PlatformUI::GetWorkbench().