#include <UserInteractionEvent.hh>
|
static QEvent::Type const | Type |
|
Definition at line 39 of file UserInteractionEvent.hh.
◆ UserInteractionEvent()
UserInteractionEvent::UserInteractionEvent |
( |
QMouseEvent * |
mouseEvent = NULL , |
|
|
QWheelEvent * |
wheelEvent = NULL |
|
) |
| |
◆ ~UserInteractionEvent()
virtual UserInteractionEvent::~UserInteractionEvent |
( |
| ) |
|
|
virtual |
◆ mouseEvent()
QMouseEvent* UserInteractionEvent::mouseEvent |
( |
| ) |
const |
◆ wheelEvent()
QWheelEvent* UserInteractionEvent::wheelEvent |
( |
| ) |
const |
◆ type()
QEvent::Type UserInteractionEvent::type |
( |
| ) |
const |
◆ Type
QEvent::Type const UserInteractionEvent::Type |
|
static |
◆ p_mouseEvent
QMouseEvent* UserInteractionEvent::p_mouseEvent |
|
protected |
◆ p_wheelEvent
QWheelEvent* UserInteractionEvent::p_wheelEvent |
|
protected |
The documentation for this class was generated from the following file: