|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 29 of file QmitkFileExitAction.h.
| QmitkFileExitAction::QmitkFileExitAction | ( | berry::SmartPointer< berry::IWorkbenchWindow > | window | ) |
| QmitkFileExitAction::QmitkFileExitAction | ( | berry::IWorkbenchWindow * | window | ) |
Definition at line 33 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 40 of file QmitkFileExitAction.cpp.
References Run().
|
protectedslot |
Definition at line 56 of file QmitkFileExitAction.cpp.
References berry::IWorkbench::Close(), and berry::PlatformUI::GetWorkbench().
Referenced by QmitkFileExitAction().