24 #ifndef __IViewZoomBehaviorData_h__ 25 #define __IViewZoomBehaviorData_h__ 27 #include "IViewZoomBehaviorData.h" 28 #include "IBehaviorData.h" 29 #include "BehaviorID.h" 41 typedef int32 ViewZoom;
42 enum ViewZoomConstants { kFullScreen = 0,
53 kRotateClockwise_deprecated,
54 kRotateCounterClockwise_deprecated
57 virtual void SetViewZoom(
const ViewZoom& viewZoom) = 0;
58 virtual ViewZoom GetViewZoom()
const = 0;
61 #endif // __IViewZoomBehaviorData_h__