Medical Imaging Interaction Toolkit  2018.4.99-389bf124
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  {
82 
83  } // end namespace DisplayActionEventFunctions
84 } // end namespace mitk
85 
86 #endif // MITKDISPLAYACTIONEVENTFUNCTIONS_H
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ZoomCameraSynchronizedAction()
Returns an &#39;std::function&#39; that can be used to react on the &#39;DisplayZoomEvent&#39;. The function performs...
MITKCORE_EXPORT StdFunctionCommand::ActionFunction SetLevelWindowAction()
Returns an &#39;std::function&#39; that can be used to react on the &#39;DisplaySetLevelWindowEvent&#39;. The function sets the &#39;levelwindow&#39; property of the topmost visible image that is display by the sending renderer. The level and window value for this property were previously determined by the mouse interaction event.
#define MITKCORE_EXPORT
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ScrollSliceStepperSynchronizedAction()
Returns an &#39;std::function&#39; that can be used to react on the &#39;DisplayScrollEvent&#39;. The function perfor...
DataCollection - Class to facilitate loading/accessing structured data.
MITKCORE_EXPORT StdFunctionCommand::ActionFunction MoveCameraSynchronizedAction()
Returns an &#39;std::function&#39; that can be used to react on the &#39;DisplayMoveEvent&#39;. The function performs...
MITKCORE_EXPORT StdFunctionCommand::ActionFunction SetCrosshairAction()
Returns an &#39;std::function&#39; that can be used to react on the &#39;DisplaySetCrosshairEvent&#39;. The function performs a slice selection of the slice navigation controller and will set the cross hair for all 2D-render windows. The new position was previously determined by the mouse interaction event.
std::function< void(const itk::EventObject &)> ActionFunction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ZoomSenderCameraAction()
Returns an &#39;std::function&#39; that can be used to react on the &#39;DisplayZoomEvent&#39;. The function performs...
MITKCORE_EXPORT StdFunctionCommand::ActionFunction MoveSenderCameraAction()
Returns an &#39;std::function&#39; that can be used to react on the &#39;DisplayMoveEvent&#39;. The function performs...
MITKCORE_EXPORT StdFunctionCommand::ActionFunction SetCrosshairSynchronizedAction()
Returns an &#39;std::function&#39; that can be used to react on the &#39;DisplaySetCrosshairEvent&#39;. The function performs a slice selection of the slice navigation controller and will set the cross hair for all 2D-render windows. The new position was previously determined by the mouse interaction event. #TODO: currently there is no need to distinguish between this and the non-synchronized version.
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ScrollSliceStepperAction()
Returns an &#39;std::function&#39; that can be used to react on the &#39;DisplayScrollEvent&#39;. The function perfor...