Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkDisplayActionEventHandler_h
14 #define mitkDisplayActionEventHandler_h
84 void DisconnectObserver(OberserverTagType observerTag);
std::function< void(const itk::EventObject &)> ActionFunction
unsigned long OberserverTagType
const std::vector< OberserverTagType > & GetAllObserverTags()
Find image slices visible on a given plane.
virtual void InitActionsImpl()
Sub-classes need to implement this function to define a customized behavior for default action pre-de...
This class serves as an event state machine while simultaneously observing interaction events....
std::vector< OberserverTagType > m_ObserverTags
std::function< bool(const itk::EventObject &)> FilterFunction
WeakPointer< DisplayActionEventBroadcast > m_ObservableBroadcast
This class simplifies the process of adding an itkEventObject-itkCommand pair as an observer of a Dis...