Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
QmitkCopyToClipBoardDialog.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 QmitkCopyToClipBoardDialog_h
14
#define QmitkCopyToClipBoardDialog_h
15
16
#include <
MitkSegmentationUIExports.h
>
17
#include <
mitkCommon.h
>
18
#include <qdialog.h>
24
class
MITKSEGMENTATIONUI_EXPORT
QmitkCopyToClipBoardDialog
:
public
QDialog
25
{
26
Q_OBJECT
27
28
public
:
29
QmitkCopyToClipBoardDialog
(
const
QString &text, QWidget *parent =
nullptr
,
const
char
*name =
nullptr
);
30
~
QmitkCopyToClipBoardDialog
()
override
;
31
32
signals:
33
34
public
slots:
35
36
protected
slots:
37
38
protected
:
39
};
40
41
#endif
MITKSEGMENTATIONUI_EXPORT
#define MITKSEGMENTATIONUI_EXPORT
Definition:
MitkSegmentationUIExports.h:15
mitkCommon.h
MitkSegmentationUIExports.h
QmitkCopyToClipBoardDialog
Displays read-only QTextEdit.
Definition:
QmitkCopyToClipBoardDialog.h:24
src
MITK
Modules
SegmentationUI
Qmitk
QmitkCopyToClipBoardDialog.h
Generated on Mon Jun 17 2024 12:43:31 for Medical Imaging Interaction Toolkit by
1.8.17