Medical Imaging Interaction Toolkit  2025.12.02
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
QmitkExtFileSaveProjectAction(berry::SmartPointer< berry::IWorkbenchWindow > window)
QmitkExtFileSaveProjectAction(berry::IWorkbenchWindow *window)
Implements transparent reference counting.
#define MITK_QT_COMMON_EXT_EXPORT