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

Click handler. More...

#include <mousecontrol.h>

Public Member Functions

virtual void OnClick ()=0
 Called upon activation of MouseHandler::OnClick. More...
 
virtual ~ClickHandler ()
 

Protected Attributes

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

Friends

class MouseControl
 

Detailed Description

Click handler.

Definition at line 24 of file mousecontrol.h.

Constructor & Destructor Documentation

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

Definition at line 31 of file mousecontrol.h.

Member Function Documentation

virtual void VART::MouseControl::ClickHandler::OnClick ( )
pure virtual

Called upon activation of MouseHandler::OnClick.

Friends And Related Function Documentation

friend class MouseControl
friend

Definition at line 26 of file mousecontrol.h.

Member Data Documentation

MouseControl* VART::MouseControl::ClickHandler::mouseCtrlPtr
protected

Pointer to mouse controller.

Use this pointer to get access to mouse information such as position and last event.

Definition at line 31 of file mousecontrol.h.

Referenced by VART::MouseControl::SetClickHandler().

ViewerGlutOGL* VART::MouseControl::ClickHandler::viewerPtr
protected

Pointer to owner viewer.

Use this pointer to get access to viewer that owns the drag handler.

Definition at line 42 of file mousecontrol.h.

Referenced by VART::MouseControl::SetClickHandler().


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