Medical Imaging Interaction Toolkit
2024.06.00
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
18
#include <
org_mitk_gui_qt_ext_Export.h
>
19
20
#include <
berrySmartPointer.h
>
21
22
namespace
berry
{
23
struct
IWorkbenchWindow;
24
}
25
26
class
MITK_QT_COMMON_EXT_EXPORT
QmitkExtFileSaveProjectAction
:
public
QAction
27
{
28
Q_OBJECT
29
30
public
:
31
32
QmitkExtFileSaveProjectAction
(
berry::SmartPointer<berry::IWorkbenchWindow>
window);
33
QmitkExtFileSaveProjectAction
(
berry::IWorkbenchWindow
* window);
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:64
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
src
MITK
Plugins
org.mitk.gui.qt.ext
src
QmitkExtFileSaveProjectAction.h
Generated on Mon Jun 17 2024 12:43:31 for Medical Imaging Interaction Toolkit by
1.8.17