#include <SpaceballEvent.h>
Public Member Functions | |
MotionEvent () | |
void | rotations (int &xRotOut, int &yRotOut, int &zRotOut) |
int | rotationX () |
int | rotationY () |
int | rotationZ () |
void | setRotations (const int &xRotIn, const int &yRotIn, const int &zRotIn) |
void | setTranslations (const int &xTransIn, const int &yTransIn, const int &zTransIn) |
void | translations (int &xTransOut, int &yTransOut, int &zTransOut) |
int | translationX () |
int | translationY () |
int | translationZ () |
Static Public Attributes | |
static int | MotionEventType = -1 |
Definition at line 31 of file SpaceballEvent.h.
MotionEvent::MotionEvent | ( | ) |
Definition at line 31 of file SpaceballEvent.cpp.
void MotionEvent::rotations | ( | int & | xRotOut, | |
int & | yRotOut, | |||
int & | zRotOut | |||
) |
Definition at line 50 of file SpaceballEvent.cpp.
int Spaceball::MotionEvent::rotationX | ( | ) | [inline] |
Definition at line 43 of file SpaceballEvent.h.
Referenced by Gui::View3DInventorViewer::processEvent().
int Spaceball::MotionEvent::rotationY | ( | ) | [inline] |
Definition at line 44 of file SpaceballEvent.h.
Referenced by Gui::View3DInventorViewer::processEvent().
int Spaceball::MotionEvent::rotationZ | ( | ) | [inline] |
Definition at line 45 of file SpaceballEvent.h.
Referenced by Gui::View3DInventorViewer::processEvent().
void MotionEvent::setRotations | ( | const int & | xRotIn, | |
const int & | yRotIn, | |||
const int & | zRotIn | |||
) |
Definition at line 57 of file SpaceballEvent.cpp.
void MotionEvent::setTranslations | ( | const int & | xTransIn, | |
const int & | yTransIn, | |||
const int & | zTransIn | |||
) |
Definition at line 43 of file SpaceballEvent.cpp.
void MotionEvent::translations | ( | int & | xTransOut, | |
int & | yTransOut, | |||
int & | zTransOut | |||
) |
Definition at line 36 of file SpaceballEvent.cpp.
int Spaceball::MotionEvent::translationX | ( | ) | [inline] |
Definition at line 37 of file SpaceballEvent.h.
Referenced by Gui::View3DInventorViewer::processEvent().
int Spaceball::MotionEvent::translationY | ( | ) | [inline] |
Definition at line 38 of file SpaceballEvent.h.
Referenced by Gui::View3DInventorViewer::processEvent().
int Spaceball::MotionEvent::translationZ | ( | ) | [inline] |
Definition at line 39 of file SpaceballEvent.h.
Referenced by Gui::View3DInventorViewer::processEvent().
int MotionEvent::MotionEventType = -1 [static] |
Definition at line 47 of file SpaceballEvent.h.
Referenced by Gui::GUIApplicationNativeEventAware::initSpaceball(), and Gui::View3DInventorViewer::processEvent().