Medical Imaging Interaction Toolkit  2024.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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
20 
21 #include <QActionGroup>
22 #include <QToolBar>
23 
30 {
31  Q_OBJECT
32 
33 public:
34 
36 
37  QmitkInteractionSchemeToolBar(QWidget* parent = nullptr);
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