Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
QmitkLevelWindowWidget.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,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef QMITKLEVELWINDOWWIDGET_H_
18 #define QMITKLEVELWINDOWWIDGET_H_
19 
20 #include <MitkQtWidgetsExports.h>
21 
22 #include "ui_QmitkLevelWindowWidget.h"
23 
24 #include <QWidget>
25 
27 class MITKQTWIDGETS_EXPORT QmitkLevelWindowWidget : public QWidget, public Ui::QmitkLevelWindow
28 {
29  Q_OBJECT
30 public:
31  QmitkLevelWindowWidget(QWidget *parent = nullptr, Qt::WindowFlags f = nullptr);
32  mitk::LevelWindowManager *GetManager();
33 
34 public slots:
35  void SetDataStorage(mitk::DataStorage *ds);
36 
37 protected:
38  // unsigned long m_ObserverTag;
40 };
41 #endif /*QMITKLEVELWINDOWWIDGET_H_*/
Data management class that handles 'was created by' relations.
#define MITKQTWIDGETS_EXPORT
mitk::LevelWindowManager::Pointer m_Manager
Provides access to the LevelWindowProperty object and LevelWindow of the "current" image...