Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
QmitkInteractionSchemeToolBar.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 QmitkInteractionSchemeToolBar_h
14
#define QmitkInteractionSchemeToolBar_h
15
16
#include "
MitkQtWidgetsExports.h
"
17
18
// mitk core
19
#include "
mitkInteractionSchemeSwitcher.h
"
20
21
#include <QActionGroup>
22
#include <QToolBar>
23
29
class
MITKQTWIDGETS_EXPORT
QmitkInteractionSchemeToolBar
:
public
QToolBar
30
{
31
Q_OBJECT
32
33
public
:
34
35
using
InteractionScheme
=
mitk::InteractionSchemeSwitcher::InteractionScheme
;
36
37
QmitkInteractionSchemeToolBar
(QWidget* parent =
nullptr
);
38
~
QmitkInteractionSchemeToolBar
()
override
;
39
40
void
SetInteractionEventHandler(
mitk::InteractionEventHandler::Pointer
interactionEventHandler);
41
42
protected
Q_SLOTS:
43
44
void
AddButton(
InteractionScheme
id
,
const
QString& toolName,
const
QIcon& icon,
bool
on =
false
);
45
void
OnInteractionSchemeChanged();
46
47
private
:
48
49
QActionGroup* m_ActionGroup;
50
51
mitk::InteractionEventHandler::Pointer
m_InteractionEventHandler;
52
53
};
54
55
#endif
QmitkInteractionSchemeToolBar
Definition:
QmitkInteractionSchemeToolBar.h:29
mitk::InteractionSchemeSwitcher::InteractionScheme
InteractionScheme
Definition:
mitkInteractionSchemeSwitcher.h:114
MITKQTWIDGETS_EXPORT
#define MITKQTWIDGETS_EXPORT
Definition:
MitkQtWidgetsExports.h:15
mitkInteractionSchemeSwitcher.h
itk::SmartPointer< Self >
MitkQtWidgetsExports.h
src
MITK
Modules
QtWidgets
include
QmitkInteractionSchemeToolBar.h
Generated on Mon Jun 17 2024 12:43:31 for Medical Imaging Interaction Toolkit by
1.8.17