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

#include <UserInteractionEvent.hh>

Inheritance diagram for UserInteractionEvent:
Collaboration diagram for UserInteractionEvent:

Public Member Functions

 UserInteractionEvent (QMouseEvent *mouseEvent=NULL, QWheelEvent *wheelEvent=NULL)
 
virtual ~UserInteractionEvent ()
 
QMouseEvent * mouseEvent () 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 39 of file UserInteractionEvent.hh.

Constructor & Destructor Documentation

◆ UserInteractionEvent()

UserInteractionEvent::UserInteractionEvent ( QMouseEvent *  mouseEvent = NULL,
QWheelEvent *  wheelEvent = NULL 
)

◆ ~UserInteractionEvent()

virtual UserInteractionEvent::~UserInteractionEvent ( )
virtual

Member Function Documentation

◆ mouseEvent()

QMouseEvent* UserInteractionEvent::mouseEvent ( ) const

◆ wheelEvent()

QWheelEvent* UserInteractionEvent::wheelEvent ( ) const

◆ type()

QEvent::Type UserInteractionEvent::type ( ) const

Field Documentation

◆ Type

QEvent::Type const UserInteractionEvent::Type
static

Definition at line 53 of file UserInteractionEvent.hh.

◆ p_mouseEvent

QMouseEvent* UserInteractionEvent::p_mouseEvent
protected

Definition at line 57 of file UserInteractionEvent.hh.

◆ p_wheelEvent

QWheelEvent* UserInteractionEvent::p_wheelEvent
protected

Definition at line 58 of file UserInteractionEvent.hh.


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