13 #ifndef mitkDisplayInteractor_h 14 #define mitkDisplayInteractor_h 39 itkFactorylessNewMacro(
Self);
59 void ConnectActionsAndFunctions()
override;
66 void ConfigurationChanged()
override;
78 virtual bool CheckRotationPossible(
const InteractionEvent *interactionEvent);
202 int m_IndexToSliceModifier;
213 std::string m_ScrollDirection;
218 bool m_InvertScrollDirection;
224 std::string m_ZoomDirection;
229 bool m_InvertZoomDirection;
234 bool m_InvertMoveDirection;
240 std::string m_LevelDirection;
245 bool m_InvertLevelWindowDirection;
264 typedef std::vector<SliceNavigationController*> SNCVector;
265 SNCVector m_RotatableSNCs;
266 SNCVector m_SNCsToBeRotated;
Base class to implement InteractionEventObservers.
Observer that manages the interaction with the display.
DataCollection - Class to facilitate loading/accessing structured data.
Represents an action, that is executed after a certain event (in statemachine-mechanism) TODO: implem...
#define mitkClassMacro(className, SuperClassName)
std::vcl_size_t TimeStepType
Class for nodes of the DataTree.
Super-class that provides the functionality of a StateMachine to DataInteractors. ...