Quarter
1.2.2
Coin3D GUI binding for Qt
|
The Mouse class provides translation of mouse events on the QuarterWidget. More...
#include <Quarter/devices/Mouse.h>
Public Member Functions | |
Mouse (QuarterWidget *quarter) | |
virtual const SoEvent * | translateEvent (QEvent *event) |
Public Member Functions inherited from SIM::Coin3D::Quarter::InputDevice | |
InputDevice (QuarterWidget *quarter) | |
void | setModifiers (SoEvent *soevent, const QInputEvent *qevent) |
void | setMousePosition (const SbVec2s &pos) |
void | setWindowSize (const SbVec2s &size) |
Additional Inherited Members | |
Protected Attributes inherited from SIM::Coin3D::Quarter::InputDevice | |
SbVec2s | mousepos |
QuarterWidget * | quarter |
SbVec2s | windowsize |
The Mouse class provides translation of mouse events on the QuarterWidget.
|
virtual |
Translates from QMouseEvents to SoLocation2Events and SoMouseButtonEvents
Implements SIM::Coin3D::Quarter::InputDevice.