Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
QmitkOpenDicomEditorAction.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 QMITKOPENDICOMEDITORACTION_H_
14
#define QMITKOPENDICOMEDITORACTION_H_
15
16
#include <QAction>
17
#include <QIcon>
18
19
#include <
org_mitk_gui_qt_ext_Export.h
>
20
21
#include <
berryIWorkbenchWindow.h
>
22
#include <
berryIPreferences.h
>
23
24
class
MITK_QT_COMMON_EXT_EXPORT
QmitkOpenDicomEditorAction
:
public
QAction
25
{
26
Q_OBJECT
27
28
public
:
29
QmitkOpenDicomEditorAction
(
berry::IWorkbenchWindow::Pointer
window);
30
QmitkOpenDicomEditorAction
(
const
QIcon & icon,
berry::IWorkbenchWindow::Pointer
window);
31
32
protected
slots:
33
34
void
Run
();
35
36
private
:
37
void
init (
berry::IWorkbenchWindow::Pointer
window );
38
berry::IWorkbenchWindow::Pointer
m_Window;
39
berry::IPreferences::WeakPtr
m_GeneralPreferencesNode;
40
};
41
42
43
#endif
/*QMITKOPENDICOMEDITORACTION_H_*/
berryIPreferences.h
QmitkOpenDicomEditorAction
Definition:
QmitkOpenDicomEditorAction.h:24
berry::SmartPointer< Self >
berry::WeakPointer< Self >
MITK_QT_COMMON_EXT_EXPORT
#define MITK_QT_COMMON_EXT_EXPORT
Definition:
org_mitk_gui_qt_ext_Export.h:25
org_mitk_gui_qt_ext_Export.h
berryIWorkbenchWindow.h
GlobalReinitAction::Run
void Run(berry::IWorkbenchPartSite::Pointer workbenchPartSite, mitk::DataStorage::Pointer dataStorage)
Definition:
QmitkDataNodeGlobalReinitAction.cpp:26
Source
Plugins
org.mitk.gui.qt.ext
src
QmitkOpenDicomEditorAction.h
Generated on Thu Mar 12 2020 10:24:11 for Medical Imaging Interaction Toolkit by
1.8.13