Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <QmitkInteractionSchemeToolBar.h>
Public Types | |
using | InteractionScheme = mitk::InteractionSchemeSwitcher::InteractionScheme |
Public Member Functions | |
QmitkInteractionSchemeToolBar (QWidget *parent=nullptr) | |
~QmitkInteractionSchemeToolBar () override | |
void | SetInteractionEventHandler (mitk::InteractionEventHandler::Pointer interactionEventHandler) |
Protected Slots | |
void | OnInteractionSchemeChanged () |
void | AddButton (InteractionScheme id, const QString &toolName, const QIcon &icon, bool on=false) |
Definition at line 29 of file QmitkInteractionSchemeToolBar.h.
using QmitkInteractionSchemeToolBar::InteractionScheme = mitk::InteractionSchemeSwitcher::InteractionScheme |
Definition at line 35 of file QmitkInteractionSchemeToolBar.h.
QmitkInteractionSchemeToolBar::QmitkInteractionSchemeToolBar | ( | QWidget * | parent = nullptr | ) |
Definition at line 17 of file QmitkInteractionSchemeToolBar.cpp.
References AddButton(), and mitk::InteractionSchemeSwitcher::New().
|
override |
Definition at line 65 of file QmitkInteractionSchemeToolBar.cpp.
|
protectedslot |
Definition at line 54 of file QmitkInteractionSchemeToolBar.cpp.
References OnInteractionSchemeChanged().
Referenced by QmitkInteractionSchemeToolBar().
|
protectedslot |
Definition at line 70 of file QmitkInteractionSchemeToolBar.cpp.
Referenced by AddButton().
void QmitkInteractionSchemeToolBar::SetInteractionEventHandler | ( | mitk::InteractionEventHandler::Pointer | interactionEventHandler | ) |
Definition at line 36 of file QmitkInteractionSchemeToolBar.cpp.