V-ARTContributions
Public Member Functions | Protected Attributes | Friends | List of all members
VART::MouseControl::MotionHandler Class Referenceabstract

#include <mousecontrol.h>

Public Member Functions

virtual ~MotionHandler ()
 
virtual void OnMotion ()=0
 

Protected Attributes

MouseControlmouseCtrlPtr
 Pointer to mouse controller. More...
 
ViewerGlutOGLviewerPtr
 Pointer to owner viewer. More...
 

Friends

class MouseControl
 

Detailed Description

Motion handler

Handles mouse motion while no button is pressed.

Definition at line 67 of file mousecontrol.h.

Constructor & Destructor Documentation

virtual VART::MouseControl::MotionHandler::~MotionHandler ( )
inlinevirtual

Definition at line 71 of file mousecontrol.h.

Member Function Documentation

virtual void VART::MouseControl::MotionHandler::OnMotion ( )
pure virtual

Friends And Related Function Documentation

friend class MouseControl
friend

Definition at line 69 of file mousecontrol.h.

Member Data Documentation

MouseControl* VART::MouseControl::MotionHandler::mouseCtrlPtr
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().

ViewerGlutOGL* VART::MouseControl::MotionHandler::viewerPtr
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().


The documentation for this class was generated from the following file: