Medical Imaging Interaction Toolkit
2025.12.02
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
MitkQtWidgetsExports.h
MITKQTWIDGETS_EXPORT
#define MITKQTWIDGETS_EXPORT
Definition:
MitkQtWidgetsExports.h:15
QmitkInteractionSchemeToolBar
Definition:
QmitkInteractionSchemeToolBar.h:30
QmitkInteractionSchemeToolBar::OnInteractionSchemeChanged
void OnInteractionSchemeChanged()
QmitkInteractionSchemeToolBar::SetInteractionEventHandler
void SetInteractionEventHandler(mitk::InteractionEventHandler::Pointer interactionEventHandler)
QmitkInteractionSchemeToolBar::~QmitkInteractionSchemeToolBar
~QmitkInteractionSchemeToolBar() override
QmitkInteractionSchemeToolBar::QmitkInteractionSchemeToolBar
QmitkInteractionSchemeToolBar(QWidget *parent=nullptr)
QmitkInteractionSchemeToolBar::AddButton
void AddButton(InteractionScheme id, const QString &toolName, const QIcon &icon, bool on=false)
itk::SmartPointer< Self >
mitk::InteractionSchemeSwitcher::InteractionScheme
InteractionScheme
Definition:
mitkInteractionSchemeSwitcher.h:78
mitkInteractionSchemeSwitcher.h
src
MITK
Modules
QtWidgets
include
QmitkInteractionSchemeToolBar.h
Generated on Mon Feb 23 2026 23:28:13 for Medical Imaging Interaction Toolkit by
1.9.1