Medical Imaging Interaction Toolkit  2023.12.99-b884b24c
Medical Imaging Interaction Toolkit
QmitkExtFileSaveProjectAction.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef QmitkExtFileSaveProjectAction_h
14 #define QmitkExtFileSaveProjectAction_h
15 
16 #include <QAction>
17 
19 
20 #include <berrySmartPointer.h>
21 
22 namespace berry {
23 struct IWorkbenchWindow;
24 }
25 
27 {
28  Q_OBJECT
29 
30 public:
31 
34 
35 protected slots:
36 
37  void Run();
38 
39 private:
40 
41  void Init(berry::IWorkbenchWindow* window);
42 
43  berry::IWorkbenchWindow* m_Window;
44 };
45 
46 
47 #endif
berry::IWorkbenchWindow
Definition: berryIWorkbenchWindow.h:62
berry::SmartPointer
Implements transparent reference counting.
Definition: berryICommandCategoryListener.h:21
QmitkExtFileSaveProjectAction
Definition: QmitkExtFileSaveProjectAction.h:26
MITK_QT_COMMON_EXT_EXPORT
#define MITK_QT_COMMON_EXT_EXPORT
Definition: org_mitk_gui_qt_ext_Export.h:26
berrySmartPointer.h
berry
Definition: QmitkPropertyItemModel.h:24
GlobalReinitAction::Run
MITK_QT_APP void Run(berry::IWorkbenchPartSite::Pointer workbenchPartSite, mitk::DataStorage::Pointer dataStorage)
org_mitk_gui_qt_ext_Export.h