13 #ifndef MITKDISPLAYACTIONEVENTFUNCTIONS_H 14 #define MITKDISPLAYACTIONEVENTFUNCTIONS_H 22 namespace DisplayActionEventFunctions
86 #endif // MITKDISPLAYACTIONEVENTFUNCTIONS_H MITKCORE_EXPORT StdFunctionCommand::ActionFunction ZoomCameraSynchronizedAction()
Returns an 'std::function' that can be used to react on the 'DisplayZoomEvent'. The function performs...
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.
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ScrollSliceStepperSynchronizedAction()
Returns an 'std::function' that can be used to react on the 'DisplayScrollEvent'. The function perfor...
DataCollection - Class to facilitate loading/accessing structured data.
MITKCORE_EXPORT StdFunctionCommand::ActionFunction MoveCameraSynchronizedAction()
Returns an 'std::function' that can be used to react on the 'DisplayMoveEvent'. The function performs...
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.
std::function< void(const itk::EventObject &)> ActionFunction
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ZoomSenderCameraAction()
Returns an 'std::function' that can be used to react on the 'DisplayZoomEvent'. The function performs...
MITKCORE_EXPORT StdFunctionCommand::ActionFunction MoveSenderCameraAction()
Returns an 'std::function' that can be used to react on the 'DisplayMoveEvent'. The function performs...
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. #TODO: currently there is no need to distinguish between this and the non-synchronized version.
MITKCORE_EXPORT StdFunctionCommand::ActionFunction ScrollSliceStepperAction()
Returns an 'std::function' that can be used to react on the 'DisplayScrollEvent'. The function perfor...