Medical Imaging Interaction Toolkit  2025.08.99-f7084adb
Medical Imaging Interaction Toolkit
mitkDisplayActionEventFunctions.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 mitkDisplayActionEventFunctions_h
14 #define mitkDisplayActionEventFunctions_h
15 
16 #include <MitkCoreExports.h>
17 
18 #include "mitkStdFunctionCommand.h"
19 
20 namespace mitk
21 {
22  namespace DisplayActionEventFunctions
23  {
42  MITKCORE_EXPORT StdFunctionCommand::ActionFunction SetCrosshairAction(const std::string& prefixFilter = "");
66  MITKCORE_EXPORT StdFunctionCommand::ActionFunction SetLevelWindowAction(const std::string& prefixFilter = "");
106 
107  } // end namespace DisplayActionEventFunctions
108 } // end namespace mitk
109 
110 #endif
mitk::StdFunctionCommand::ActionFunction
std::function< void(const itk::EventObject &)> ActionFunction
Definition: mitkStdFunctionCommand.h:34
mitk::DisplayActionEventFunctions::SetCrosshairSynchronizedAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction SetCrosshairSynchronizedAction(const std::string &prefixFilter="")
Returns an 'std::function' that can be used to react on the 'DisplaySetCrosshairEvent'....
mitk::DisplayActionEventFunctions::ZoomCameraSynchronizedAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ZoomCameraSynchronizedAction(const std::string &prefixFilter="")
Returns an 'std::function' that can be used to react on the 'DisplayZoomEvent'. The function performs...
mitk::DisplayActionEventFunctions::ScrollSliceStepperSynchronizedAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ScrollSliceStepperSynchronizedAction(const std::string &prefixFilter="")
Returns an 'std::function' that can be used to react on the 'DisplayScrollEvent'. The function perfor...
mitk::DisplayActionEventFunctions::SetLevelWindowAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction SetLevelWindowAction(const std::string &prefixFilter="")
Returns an 'std::function' that can be used to react on the 'DisplaySetLevelWindowEvent'....
mitk::DisplayActionEventFunctions::ScrollSliceStepperAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ScrollSliceStepperAction(const std::string &prefixFilter="")
Returns an 'std::function' that can be used to react on the 'DisplayScrollEvent'. The function perfor...
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::DisplayActionEventFunctions::SetCrosshairAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction SetCrosshairAction(const std::string &prefixFilter="")
Returns an 'std::function' that can be used to react on the 'DisplaySetCrosshairEvent'....
mitk::DisplayActionEventFunctions::ZoomSenderCameraAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ZoomSenderCameraAction(const std::string &prefixFilter="")
Returns an 'std::function' that can be used to react on the 'DisplayZoomEvent'. The function performs...
mitk::DisplayActionEventFunctions::MoveSenderCameraAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction MoveSenderCameraAction(const std::string &prefixFilter="")
Returns an 'std::function' that can be used to react on the 'DisplayMoveEvent'. The function performs...
MitkCoreExports.h
mitkStdFunctionCommand.h
mitk::DisplayActionEventFunctions::MoveCameraSynchronizedAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction MoveCameraSynchronizedAction(const std::string &prefixFilter="")
Returns an 'std::function' that can be used to react on the 'DisplayMoveEvent'. The function performs...
MITKCORE_EXPORT
#define MITKCORE_EXPORT
Definition: MitkCoreExports.h:15