19 #ifndef _HOpCameraManipulateTouch_H
20 #define _HOpCameraManipulateTouch_H
virtual const char * GetName()
virtual bool OperatorStarted()
Operator has been started if true, and has not been started if false.
Definition: HBaseOperator.h:111
The HOpCameraOrbit class provides interactive orbiting of the camera around a scene.
Definition: HOpCameraOrbit.h:44
Definition: HTManager.h:162
virtual HBaseOperator * Clone()
HBaseOperator * m_pZoomOperator
Definition: HOpCameraManipulateTouch.h:106
HBaseOperator * m_pOrbitOperator
Definition: HOpCameraManipulateTouch.h:104
The HBaseOperator class serves as a base for classes which handle user input and operate on the scene...
Definition: HBaseOperator.h:65
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:337
The HOpCameraRelativeOrbit class provides interactive orbiting of the camera around elements in the s...
Definition: HOpCameraRelativeOrbit.h:43
virtual int OnTouchesUp(HEventInfo &hevent)
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:214
HBaseOperator * m_pPanOperator
Definition: HOpCameraManipulateTouch.h:105
virtual int OnTouchesDown(HEventInfo &hevent)
virtual int OnTouchesMove(HEventInfo &hevent)
HBaseOperator * m_pRollOperator
Definition: HOpCameraManipulateTouch.h:107
The HOpCameraZoom class zooms the camera toward a target.
Definition: HOpCameraZoom.h:41
The HOpCameraPan class pans the camera about a current view.
Definition: HOpCameraPan.h:40
The HOpCameraManipulateTouch class combines the touch versions of the Orbit, Pan and Zoom Operators...
Definition: HOpCameraManipulateTouch.h:43