iRoCS Toolbox  1.1.0
Public Member Functions | Static Public Attributes | Protected Attributes
OrthoViewUserInteractionEvent Class Reference

#include <OrthoViewUserInteractionEvent.hh>

Inheritance diagram for OrthoViewUserInteractionEvent:
Collaboration diagram for OrthoViewUserInteractionEvent:

Public Member Functions

 OrthoViewUserInteractionEvent (OrthoViewPlane *plane, QMouseEvent *mouseEvent=NULL, QWheelEvent *wheelEvent=NULL)
 
 ~OrthoViewUserInteractionEvent ()
 
QMouseEvent * mouseEvent () const
 
OrthoViewPlaneorthoViewPlane () const
 
QEvent::Type type () const
 
QWheelEvent * wheelEvent () const
 

Static Public Attributes

static QEvent::Type const Type
 

Protected Attributes

QMouseEvent * p_mouseEvent
 
QWheelEvent * p_wheelEvent
 

Detailed Description

Definition at line 36 of file OrthoViewUserInteractionEvent.hh.

Constructor & Destructor Documentation

◆ OrthoViewUserInteractionEvent()

OrthoViewUserInteractionEvent::OrthoViewUserInteractionEvent ( OrthoViewPlane plane,
QMouseEvent *  mouseEvent = NULL,
QWheelEvent *  wheelEvent = NULL 
)

◆ ~OrthoViewUserInteractionEvent()

OrthoViewUserInteractionEvent::~OrthoViewUserInteractionEvent ( )

Member Function Documentation

◆ orthoViewPlane()

OrthoViewPlane* OrthoViewUserInteractionEvent::orthoViewPlane ( ) const

◆ mouseEvent()

QMouseEvent* UserInteractionEvent::mouseEvent ( ) const
inherited

◆ wheelEvent()

QWheelEvent* UserInteractionEvent::wheelEvent ( ) const
inherited

◆ type()

QEvent::Type UserInteractionEvent::type ( ) const
inherited

Field Documentation

◆ Type

QEvent::Type const UserInteractionEvent::Type
staticinherited

Definition at line 53 of file UserInteractionEvent.hh.

◆ p_mouseEvent

QMouseEvent* UserInteractionEvent::p_mouseEvent
protectedinherited

Definition at line 57 of file UserInteractionEvent.hh.

◆ p_wheelEvent

QWheelEvent* UserInteractionEvent::p_wheelEvent
protectedinherited

Definition at line 58 of file UserInteractionEvent.hh.


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