#include <Inventor/ViewerComponents/Qt/QtEventToSoEvent.h>
List of all members.
Detailed Description
Member Function Documentation
static SoLocation2Event* QtEventToSoEvent::getHoverMouseEvent |
( |
QHoverEvent * |
qevent, |
|
|
QPoint |
eventPosition | |
|
) |
| | [inline, static] |
Transform QHoverEvent to SoLocation2Event.
- Parameters:
-
| qevent | Qt event to transform |
| eventPosition | event position transformed to be OpenInventor complient |
static SoKeyboardEvent* QtEventToSoEvent::getKeyPressEvent |
( |
QKeyEvent * |
qevent |
) |
[inline, static] |
static SoKeyboardEvent* QtEventToSoEvent::getKeyReleaseEvent |
( |
QKeyEvent * |
qevent |
) |
[inline, static] |
static SoMouseButtonEvent* QtEventToSoEvent::getMouseDoubleClickEvent |
( |
QMouseEvent * |
qevent, |
|
|
QPoint |
eventPosition | |
|
) |
| | [inline, static] |
Transform QMouseDoubleClickEvent to SoMouseButtonEvent.
- Parameters:
-
| qevent | Qt event to transform |
| eventPosition | event position transformed to be OpenInventor complient |
static SoLocation2Event* QtEventToSoEvent::getMouseEnterEvent |
( |
|
) |
[inline, static] |
static SoLocation2Event* QtEventToSoEvent::getMouseLeaveEvent |
( |
|
) |
[inline, static] |
static SoLocation2Event* QtEventToSoEvent::getMouseMoveEvent |
( |
QMouseEvent * |
qevent, |
|
|
QPoint |
eventPosition | |
|
) |
| | [inline, static] |
Transform QMouseEvent to SoLocation2Event.
- Parameters:
-
| qevent | Qt event to transform |
| eventPosition | event position transformed to be OpenInventor complient |
static SoMouseButtonEvent* QtEventToSoEvent::getMousePressEvent |
( |
QMouseEvent * |
qevent, |
|
|
QPoint |
eventPosition | |
|
) |
| | [inline, static] |
Transform QMousePressEvent to SoMouseButtonEvent.
- Parameters:
-
| qevent | Qt event to transform |
| eventPosition | event position transformed to be OpenInventor complient |
static SoMouseButtonEvent* QtEventToSoEvent::getMouseReleaseEvent |
( |
QMouseEvent * |
qevent, |
|
|
QPoint |
eventPosition | |
|
) |
| | [inline, static] |
Transform QMouseReleaseEvent to SoMouseButtonEvent.
- Parameters:
-
| qevent | Qt event to transform |
| eventPosition | event position transformed to be OpenInventor complient |
static SoMouseWheelEvent* QtEventToSoEvent::getMouseWheelEvent |
( |
QWheelEvent * |
qevent |
) |
[inline, static] |
const std::vector<const SoEvent*>& QtEventToSoEvent::getTouchEvents |
( |
QTouchEvent * |
qevent, |
|
|
int |
height | |
|
) |
| | |
Transform QTouchEvent to a list of SoEvent representing the touch event.
- Parameters:
-
| qevent | Qt event to transform |
| height | Height of the widget where the event is firered. it's used to transform event position to OpenInventor complient position |
The documentation for this class was generated from the following file: