Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
QmitkToolGUIArea.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 QmitkToolGUIArea_h
14
#define QmitkToolGUIArea_h
15
16
#include "
mitkCommon.h
"
17
#include <
MitkSegmentationUIExports.h
>
18
19
#include <qwidget.h>
20
29
class
MITKSEGMENTATIONUI_EXPORT
QmitkToolGUIArea
:
public
QWidget
30
{
31
Q_OBJECT
32
33
public
:
34
QmitkToolGUIArea
(QWidget *parent =
nullptr
, Qt::WindowFlags f = {});
35
~
QmitkToolGUIArea
()
override
;
36
37
signals:
38
39
public
slots:
40
41
protected
slots:
42
43
protected
:
44
};
45
46
#endif
MITKSEGMENTATIONUI_EXPORT
#define MITKSEGMENTATIONUI_EXPORT
Definition:
MitkSegmentationUIExports.h:15
QmitkToolGUIArea
Dummy class for putting into a GUI (mainly using Qt Designer).
Definition:
QmitkToolGUIArea.h:29
mitkCommon.h
MitkSegmentationUIExports.h
src
MITK
Modules
SegmentationUI
Qmitk
QmitkToolGUIArea.h
Generated on Mon Jun 17 2024 12:43:31 for Medical Imaging Interaction Toolkit by
1.8.17