Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
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;
39
mitk::LevelWindowManager::Pointer
m_Manager
;
40
};
41
#endif
/*QMITKLEVELWINDOWWIDGET_H_*/
mitk::DataStorage
Data management class that handles 'was created by' relations.
Definition:
mitkDataStorage.h:47
MITKQTWIDGETS_EXPORT
#define MITKQTWIDGETS_EXPORT
Definition:
MitkQtWidgetsExports.h:15
itk::SmartPointer< Self >
QmitkLevelWindowWidget::m_Manager
mitk::LevelWindowManager::Pointer m_Manager
Definition:
QmitkLevelWindowWidget.h:39
QmitkLevelWindowWidget
Definition:
QmitkLevelWindowWidget.h:27
mitk::LevelWindowManager
Provides access to the LevelWindowProperty object and LevelWindow of the "current" image...
Definition:
mitkLevelWindowManager.h:51
MitkQtWidgetsExports.h
git
MITK
Modules
QtWidgets
include
QmitkLevelWindowWidget.h
Generated on Fri Feb 3 2017 20:52:13 for Medical Imaging Interaction Toolkit by
1.8.9.1