HOpMoveHandle.h
virtual int OnLButtonDownAndMove(HEventInfo &hevent)
virtual const char * GetName()
HC_KEY m_pHandleKey
The key of the active handle.
Definition: HOpMoveHandle.h:117
virtual int OnLButtonUp(HEventInfo &hevent)
virtual int OnNoButtonDownAndMove(HEventInfo &hevent)
The HOpMoveHandle class selects/moves "handles" and their associated geometry.
Definition: HOpMoveHandle.h:36
virtual HBaseOperator * Clone()
The HBaseOperator class serves as a base for classes which handle user input and operate on the scene...
Definition: HBaseOperator.h:60
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:332
virtual int OnLButtonDown(HEventInfo &hevent)
HC_KEY m_pObjectKey
The key of the handle object.
Definition: HOpMoveHandle.h:118
bool m_bAllowSelect
If the value is true, this class allows selection of different handle objects. This is disabled for c...
Definition: HOpMoveHandle.h:119