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
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  {
82 
83  } // end namespace DisplayActionEventFunctions
84 } // end namespace mitk
85 
86 #endif
mitk::DisplayActionEventFunctions::ScrollSliceStepperSynchronizedAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ScrollSliceStepperSynchronizedAction()
Returns an 'std::function' that can be used to react on the 'DisplayScrollEvent'. The function perfor...
mitk::StdFunctionCommand::ActionFunction
std::function< void(const itk::EventObject &)> ActionFunction
Definition: mitkStdFunctionCommand.h:34
mitk::DisplayActionEventFunctions::SetCrosshairAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction SetCrosshairAction()
Returns an 'std::function' that can be used to react on the 'DisplaySetCrosshairEvent'....
mitk::DisplayActionEventFunctions::SetLevelWindowAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction SetLevelWindowAction()
Returns an 'std::function' that can be used to react on the 'DisplaySetLevelWindowEvent'....
mitk::DisplayActionEventFunctions::MoveCameraSynchronizedAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction MoveCameraSynchronizedAction()
Returns an 'std::function' that can be used to react on the 'DisplayMoveEvent'. The function performs...
mitk::DisplayActionEventFunctions::SetCrosshairSynchronizedAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction SetCrosshairSynchronizedAction()
Returns an 'std::function' that can be used to react on the 'DisplaySetCrosshairEvent'....
mitk::DisplayActionEventFunctions::ZoomSenderCameraAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ZoomSenderCameraAction()
Returns an 'std::function' that can be used to react on the 'DisplayZoomEvent'. The function performs...
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::DisplayActionEventFunctions::ScrollSliceStepperAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ScrollSliceStepperAction()
Returns an 'std::function' that can be used to react on the 'DisplayScrollEvent'. The function perfor...
mitk::DisplayActionEventFunctions::ZoomCameraSynchronizedAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ZoomCameraSynchronizedAction()
Returns an 'std::function' that can be used to react on the 'DisplayZoomEvent'. The function performs...
MitkCoreExports.h
mitkStdFunctionCommand.h
mitk::DisplayActionEventFunctions::MoveSenderCameraAction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction MoveSenderCameraAction()
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