19 #ifndef _HOPCAMERAManipulate_H
20 #define _HOPCAMERAManipulate_H
165 void HandleDblClk(
float requested_time,
float actual_time);
183 bool m_bAllowHandleActivation;
virtual int OnLButtonDownAndMove(HEventInfo &hevent)
HOpCameraOrbit * GetOrbitOperator()
Definition: HOpCameraManipulate.h:157
virtual int OnMButtonDown(HEventInfo &hevent)
virtual const char * GetName()
virtual bool OperatorStarted()
Operator has been started if true, and has not been started if false.
Definition: HBaseOperator.h:111
HPoint m_ptRealOld
Definition: HOpCameraManipulate.h:181
virtual int OnLButtonUp(HEventInfo &hevent)
The HOpCameraOrbit class provides interactive orbiting of the camera around a scene.
Definition: HOpCameraOrbit.h:44
HBaseOperator * m_pOrbitOperator
Definition: HOpCameraManipulate.h:176
HBaseOperator * m_pRelativeOrbitOperator
Definition: HOpCameraManipulate.h:177
Definition: HTManager.h:162
virtual int OnMButtonUp(HEventInfo &hevent)
virtual int OnRButtonUp(HEventInfo &hevent)
virtual HBaseOperator * Clone()
The HBaseOperator class serves as a base for classes which handle user input and operate on the scene...
Definition: HBaseOperator.h:65
The HPoint class is the data type of a three-dimensional point.
Definition: HGlobals.h:126
virtual int OnRButtonDown(HEventInfo &hevent)
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 OnRButtonDownAndMove(HEventInfo &hevent)
virtual int OnMButtonDownAndMove(HEventInfo &hevent)
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:214
bool GetLButtonDown()
Definition: HOpCameraManipulate.h:170
virtual int OnLButtonDown(HEventInfo &hevent)
The HOpCameraManipulate class combines the Orbit, Pan and Zoom Operators.
Definition: HOpCameraManipulate.h:47
HBaseOperator * m_pPanOperator
Definition: HOpCameraManipulate.h:178
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
HBaseOperator * m_pZoomOperator
Definition: HOpCameraManipulate.h:179
HTClient * m_pDblClkTimer
Definition: HOpCameraManipulate.h:174