Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
mitk::DisplayActionEventFunctions Namespace Reference

Functions

MITKCORE_EXPORT StdFunctionCommand::ActionFunction MoveSenderCameraAction ()
 Returns an 'std::function' that can be used to react on the 'DisplayMoveEvent'. The function performs a move of the camera controller of the sending renderer by a vector that was previously determined by the mouse interaction event. More...
 
MITKCORE_EXPORT StdFunctionCommand::ActionFunction SetCrosshairAction ()
 Returns an 'std::function' that can be used to react on the 'DisplaySetCrosshairEvent'. 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. More...
 
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ZoomSenderCameraAction ()
 Returns an 'std::function' that can be used to react on the 'DisplayZoomEvent'. The function performs a zoom of the camera controller of the sending renderer by a zoom factor that was previously determined by the mouse interaction event. More...
 
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ScrollSliceStepperAction ()
 Returns an 'std::function' that can be used to react on the 'DisplayScrollEvent'. The function performs a slice scrolling of the slice navigation controller of the sending renderer. The new position was previously determined by the mouse interaction event. More...
 
MITKCORE_EXPORT StdFunctionCommand::ActionFunction SetLevelWindowAction ()
 Returns an 'std::function' that can be used to react on the 'DisplaySetLevelWindowEvent'. The function sets the 'levelwindow' 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. More...
 
MITKCORE_EXPORT StdFunctionCommand::ActionFunction MoveCameraSynchronizedAction ()
 Returns an 'std::function' that can be used to react on the 'DisplayMoveEvent'. The function performs a move of the camera controller of all renderer (synchronized) by a vector that was previously determined by the mouse interaction event. The renderer need to be managed by the same rendering manager. More...
 
MITKCORE_EXPORT StdFunctionCommand::ActionFunction SetCrosshairSynchronizedAction ()
 Returns an 'std::function' that can be used to react on the 'DisplaySetCrosshairEvent'. 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. More...
 
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ZoomCameraSynchronizedAction ()
 Returns an 'std::function' that can be used to react on the 'DisplayZoomEvent'. The function performs a zoom of the camera controller of all 2D-renderer (synchronized) by a zoom factor that was previously determined by the mouse interaction event. More...
 
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ScrollSliceStepperSynchronizedAction ()
 Returns an 'std::function' that can be used to react on the 'DisplayScrollEvent'. The function performs a slice scrolling of the slice navigation controller of all 2D-renderer (synchronized). The new position was previously determined by the mouse interaction event. More...
 

Function Documentation

◆ MoveCameraSynchronizedAction()

MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::MoveCameraSynchronizedAction ( )

Returns an 'std::function' that can be used to react on the 'DisplayMoveEvent'. The function performs a move of the camera controller of all renderer (synchronized) by a vector that was previously determined by the mouse interaction event. The renderer need to be managed by the same rendering manager.

◆ MoveSenderCameraAction()

MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::MoveSenderCameraAction ( )

Returns an 'std::function' that can be used to react on the 'DisplayMoveEvent'. The function performs a move of the camera controller of the sending renderer by a vector that was previously determined by the mouse interaction event.

◆ ScrollSliceStepperAction()

MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::ScrollSliceStepperAction ( )

Returns an 'std::function' that can be used to react on the 'DisplayScrollEvent'. The function performs a slice scrolling of the slice navigation controller of the sending renderer. The new position was previously determined by the mouse interaction event.

◆ ScrollSliceStepperSynchronizedAction()

MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::ScrollSliceStepperSynchronizedAction ( )

Returns an 'std::function' that can be used to react on the 'DisplayScrollEvent'. The function performs a slice scrolling of the slice navigation controller of all 2D-renderer (synchronized). The new position was previously determined by the mouse interaction event.

◆ SetCrosshairAction()

MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::SetCrosshairAction ( )

Returns an 'std::function' that can be used to react on the 'DisplaySetCrosshairEvent'. 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.

◆ SetCrosshairSynchronizedAction()

MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::SetCrosshairSynchronizedAction ( )

Returns an 'std::function' that can be used to react on the 'DisplaySetCrosshairEvent'. 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.

◆ SetLevelWindowAction()

MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::SetLevelWindowAction ( )

Returns an 'std::function' that can be used to react on the 'DisplaySetLevelWindowEvent'. The function sets the 'levelwindow' 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.

◆ ZoomCameraSynchronizedAction()

MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::ZoomCameraSynchronizedAction ( )

Returns an 'std::function' that can be used to react on the 'DisplayZoomEvent'. The function performs a zoom of the camera controller of all 2D-renderer (synchronized) by a zoom factor that was previously determined by the mouse interaction event.

◆ ZoomSenderCameraAction()

MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::ZoomSenderCameraAction ( )

Returns an 'std::function' that can be used to react on the 'DisplayZoomEvent'. The function performs a zoom of the camera controller of the sending renderer by a zoom factor that was previously determined by the mouse interaction event.