V-ARTContributions
|
#include <mousecontrol.h>
Public Member Functions | |
virtual | ~MotionHandler () |
virtual void | OnMotion ()=0 |
Protected Attributes | |
MouseControl * | mouseCtrlPtr |
Pointer to mouse controller. More... | |
ViewerGlutOGL * | viewerPtr |
Pointer to owner viewer. More... | |
Friends | |
class | MouseControl |
Motion handler
Handles mouse motion while no button is pressed.
Definition at line 67 of file mousecontrol.h.
|
inlinevirtual |
Definition at line 71 of file mousecontrol.h.
|
pure virtual |
Referenced by VART::MouseControl::OnMotion().
|
friend |
Definition at line 69 of file mousecontrol.h.
|
protected |
Pointer to mouse controller.
Use this pointer to get access to mouse information such as position and last event.
Definition at line 78 of file mousecontrol.h.
Referenced by VART::MouseControl::SetMotionHandler().
|
protected |
Pointer to owner viewer.
Use this pointer to get access to viewer that owns the drag handler.
Definition at line 82 of file mousecontrol.h.
Referenced by VART::MouseControl::SetMotionHandler().