13 #ifndef mitkDisplayActionEventBroadcast_h
14 #define mitkDisplayActionEventBroadcast_h
36 itkFactorylessNewMacro(
Self);
57 void ConnectActionsAndFunctions()
override;
62 void ConfigurationChanged()
override;
119 bool GetBoolProperty(
PropertyList::Pointer propertyList,
const char* propertyName,
bool defaultValue);
140 Point2D m_LastDisplayCoordinate;
144 Point2D m_CurrentDisplayCoordinate;
159 int m_IndexToSliceModifier;
164 std::string m_ScrollDirection;
168 bool m_InvertScrollDirection;
173 std::string m_ZoomDirection;
177 bool m_InvertZoomDirection;
185 bool m_InvertMoveDirection;
190 std::string m_LevelDirection;
194 bool m_InvertLevelWindowDirection;
200 typedef std::vector<SliceNavigationController*> SNCVector;
201 SNCVector m_RotatableSNCs;
202 SNCVector m_SNCsToBeRotated;