|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <QmitkFileOpenAction.h>


Public Member Functions | |
| QmitkFileOpenAction (berry::IWorkbenchWindow::Pointer window) | |
| QmitkFileOpenAction (const QIcon &icon, berry::IWorkbenchWindow::Pointer window) | |
| QmitkFileOpenAction (const QIcon &icon, berry::IWorkbenchWindow *window) | |
| ~QmitkFileOpenAction () override | |
Protected Slots | |
| virtual void | Run () |
Definition at line 26 of file QmitkFileOpenAction.h.
| QmitkFileOpenAction::QmitkFileOpenAction | ( | berry::IWorkbenchWindow::Pointer | window | ) |
Definition at line 146 of file QmitkFileOpenAction.cpp.
References berry::SmartPointer< TObjectType >::GetPointer().
| QmitkFileOpenAction::QmitkFileOpenAction | ( | const QIcon & | icon, |
| berry::IWorkbenchWindow::Pointer | window | ||
| ) |
Definition at line 153 of file QmitkFileOpenAction.cpp.
References berry::SmartPointer< TObjectType >::GetPointer().
| QmitkFileOpenAction::QmitkFileOpenAction | ( | const QIcon & | icon, |
| berry::IWorkbenchWindow * | window | ||
| ) |
Definition at line 161 of file QmitkFileOpenAction.cpp.
|
override |
Definition at line 168 of file QmitkFileOpenAction.cpp.
|
protectedvirtualslot |
Definition at line 172 of file QmitkFileOpenAction.cpp.
References QmitkIOUtil::GetFileOpenFilterString(), and mitk::WorkbenchUtil::LoadFiles().