Medical Imaging Interaction Toolkit  2025.08.99-f7084adb
Medical Imaging Interaction Toolkit
mitk::DisplayActionEventFunctions Namespace Reference

Functions

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 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 (const std::string &prefixFilter="")
 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 (const std::string &prefixFilter="")
 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 (const std::string &prefixFilter="")
 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 (const std::string &prefixFilter="")
 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 (const std::string &prefixFilter="")
 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 (const std::string &prefixFilter="")
 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 (const std::string &prefixFilter="")
 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 (const std::string &prefixFilter="")
 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 ( const std::string &  prefixFilter = "")

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.

Parameters
prefixFilterThe prefix of associated renderer names. The action will only react to events from / send changes to renderers whose name begins with this prefix.

◆ MoveSenderCameraAction()

MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::MoveSenderCameraAction ( const std::string &  prefixFilter = "")

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.

Parameters
prefixFilterThe prefix of associated renderer names. The action will only react to events from renderers whose name begins with this prefix.

◆ ScrollSliceStepperAction()

MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::ScrollSliceStepperAction ( const std::string &  prefixFilter = "")

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.

Parameters
prefixFilterThe prefix of associated renderer names. The action will only react to events from renderers whose name begins with this prefix.

◆ ScrollSliceStepperSynchronizedAction()

MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::ScrollSliceStepperSynchronizedAction ( const std::string &  prefixFilter = "")

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.

Parameters
prefixFilterThe prefix of associated renderer names. The action will only react to events from / send changes to renderers whose name begins with this prefix.

◆ SetCrosshairAction()

MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::SetCrosshairAction ( const std::string &  prefixFilter = "")

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.

Parameters
prefixFilterThe prefix of associated renderer names. The action will only react to events from renderers whose name begins with this prefix.

◆ SetCrosshairSynchronizedAction()

MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::SetCrosshairSynchronizedAction ( const std::string &  prefixFilter = "")

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.

Parameters
prefixFilterThe prefix of associated renderer names. The action will only react to events from / send changes to renderers whose name begins with this prefix.

◆ SetLevelWindowAction()

MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::SetLevelWindowAction ( const std::string &  prefixFilter = "")

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 ( const std::string &  prefixFilter = "")

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.

Parameters
prefixFilterThe prefix of associated renderer names. The action will only react to events from / send changes to renderers whose name begins with this prefix.

◆ ZoomSenderCameraAction()

MITKCORE_EXPORT StdFunctionCommand::ActionFunction mitk::DisplayActionEventFunctions::ZoomSenderCameraAction ( const std::string &  prefixFilter = "")

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.

Parameters
prefixFilterThe prefix of associated renderer names. The action will only react to events from renderers whose name begins with this prefix.