#include <Inventor/ViewerComponents/Qt/QEventToSoEvent.h>
Inheritance diagram for QEventToSoEvent:Public Member Functions | |
| const std::vector< const SoEvent * > & | getTouchEvents (QTouchEvent *qevent, QWidget *widget) |
| Transform QTouchEvent to a list of SoEvent representing the touch event. | |
Public Member Functions inherited from QtEventToSoEvent | |
| const std::vector< const SoEvent * > & | getTouchEvents (QTouchEvent *qevent, int height) |
| Transform QTouchEvent to a list of SoEvent representing the touch event. | |
Static Public Member Functions | |
| static SoMouseButtonEvent * | getMousePressEvent (QMouseEvent *qevent, QWidget *widget) |
| Transform QMousePressEvent to SoMouseButtonEvent. | |
| static SoMouseButtonEvent * | getMouseReleaseEvent (QMouseEvent *qevent, QWidget *widget) |
| Transform QMouseReleaseEvent to SoMouseButtonEvent. | |
| static SoMouseButtonEvent * | getMouseDoubleClickEvent (QMouseEvent *qevent, QWidget *widget) |
| Transform QMouseDoubleClickEvent to SoMouseButtonEvent. | |
| static SoMouseWheelEvent * | getMouseWheelEvent (QWheelEvent *qevent, QWidget *) |
| Transform QMouseWheelEvent to SoMouseButtonEvent. | |
| static SoLocation2Event * | getMouseMoveEvent (QMouseEvent *qevent, QWidget *widget) |
| Transform QMouseMoveEvent to SoMouseButtonEvent. | |
| static SoLocation2Event * | getMouseEnterEvent (QEvent *, QWidget *) |
| Transform QMouseEnterEvent to SoMouseButtonEvent. | |
| static SoLocation2Event * | getMouseLeaveEvent (QEvent *, QWidget *) |
| Transform QMouseLeaveEvent to SoMouseButtonEvent. | |
| static SoKeyboardEvent * | getKeyPressEvent (QKeyEvent *qevent) |
| Transform QKeyEvent press to SoKeyboardEvent. | |
| static SoKeyboardEvent * | getKeyReleaseEvent (QKeyEvent *qevent) |
| Transform QKeyEvent release to SoKeyboardEvent. | |
Static Public Member Functions inherited from QtEventToSoEvent | |
| static SoMouseButtonEvent * | getMousePressEvent (QMouseEvent *qevent, QPoint eventPosition) |
| Transform QMousePressEvent to SoMouseButtonEvent. | |
| static SoMouseButtonEvent * | getMouseReleaseEvent (QMouseEvent *qevent, QPoint eventPosition) |
| Transform QMouseReleaseEvent to SoMouseButtonEvent. | |
| static SoMouseButtonEvent * | getMouseDoubleClickEvent (QMouseEvent *qevent, QPoint eventPosition) |
| Transform QMouseDoubleClickEvent to SoMouseButtonEvent. | |
| static SoMouseWheelEvent * | getMouseWheelEvent (QWheelEvent *qevent) |
| Transform QWheelEvent to SoMouseWheelEvent. | |
| static SoLocation2Event * | getMouseMoveEvent (QMouseEvent *qevent, QPoint eventPosition) |
| Transform QMouseEvent to SoLocation2Event. | |
| static SoLocation2Event * | getMouseEnterEvent () |
| Transform mouse enter event to SoLocation2Event. | |
| static SoLocation2Event * | getMouseLeaveEvent () |
| Transform mouse leave event to SoLocation2Event. | |
| static SoLocation2Event * | getHoverMouseEvent (QHoverEvent *qevent, QPoint eventPosition) |
| Transform QHoverEvent to SoLocation2Event. | |
| static SoKeyboardEvent * | getKeyPressEvent (QKeyEvent *qevent) |
| Transform QKeyEvent press to SoKeyboardEvent. | |
| static SoKeyboardEvent * | getKeyReleaseEvent (QKeyEvent *qevent) |
| Transform QKeyEvent release to SoKeyboardEvent. | |
Definition at line 8 of file QEventToSoEvent.h.
|
inlinestatic |
Transform QKeyEvent press to SoKeyboardEvent.
| qevent | Qt event to transform |
Definition at line 93 of file QEventToSoEvent.h.
|
inlinestatic |
Transform QKeyEvent release to SoKeyboardEvent.
| qevent | Qt event to transform |
Definition at line 103 of file QEventToSoEvent.h.
|
inlinestatic |
Transform QMouseDoubleClickEvent to SoMouseButtonEvent.
| qevent | Qt event to transform |
| widget | QWidget where the event is firered |
Definition at line 42 of file QEventToSoEvent.h.
|
inlinestatic |
Transform QMouseEnterEvent to SoMouseButtonEvent.
Definition at line 74 of file QEventToSoEvent.h.
|
inlinestatic |
Transform QMouseLeaveEvent to SoMouseButtonEvent.
Definition at line 83 of file QEventToSoEvent.h.
|
inlinestatic |
Transform QMouseMoveEvent to SoMouseButtonEvent.
| qevent | Qt event to transform |
| widget | QWidget where the event is firered |
Definition at line 64 of file QEventToSoEvent.h.
|
inlinestatic |
Transform QMousePressEvent to SoMouseButtonEvent.
| qevent | Qt event to transform |
| widget | QWidget where the event is firered |
Definition at line 18 of file QEventToSoEvent.h.
|
inlinestatic |
Transform QMouseReleaseEvent to SoMouseButtonEvent.
| qevent | Qt event to transform |
| widget | QWidget where the event is firered |
Definition at line 30 of file QEventToSoEvent.h.
|
inlinestatic |
Transform QMouseWheelEvent to SoMouseButtonEvent.
| qevent | Qt event to transform |
Definition at line 53 of file QEventToSoEvent.h.
|
inline |
Transform QTouchEvent to a list of SoEvent representing the touch event.
| qevent | Qt event to transform |
| widget | QWidget where the event is firered |
Definition at line 114 of file QEventToSoEvent.h.