Spaceball::MotionEvent Class Reference

#include <SpaceballEvent.h>

Public Member Functions

 MotionEvent ()
 
 MotionEvent (const MotionEvent &in)
 
MotionEventoperator= (const MotionEvent &in)
 
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 ()
 
- Public Member Functions inherited from Spaceball::EventBase
bool isHandled ()
 
void setHandled (bool sig)
 

Static Public Attributes

static int MotionEventType = -1
 

Additional Inherited Members

- Protected Member Functions inherited from Spaceball::EventBase
 EventBase (QEvent::Type event)
 
- Protected Attributes inherited from Spaceball::EventBase
bool handled
 

Constructor & Destructor Documentation

◆ MotionEvent() [1/2]

MotionEvent::MotionEvent ( )

◆ MotionEvent() [2/2]

MotionEvent::MotionEvent ( const MotionEvent in)

Member Function Documentation

◆ operator=()

MotionEvent & MotionEvent::operator= ( const MotionEvent in)

◆ rotations()

void MotionEvent::rotations ( int xRotOut,
int yRotOut,
int zRotOut 
)

◆ rotationX()

int Spaceball::MotionEvent::rotationX ( )

◆ rotationY()

int Spaceball::MotionEvent::rotationY ( )

◆ rotationZ()

int Spaceball::MotionEvent::rotationZ ( )

◆ setRotations()

void MotionEvent::setRotations ( const int xRotIn,
const int yRotIn,
const int zRotIn 
)

◆ setTranslations()

void MotionEvent::setTranslations ( const int xTransIn,
const int yTransIn,
const int zTransIn 
)

◆ translations()

void MotionEvent::translations ( int xTransOut,
int yTransOut,
int zTransOut 
)

◆ translationX()

int Spaceball::MotionEvent::translationX ( )

◆ translationY()

int Spaceball::MotionEvent::translationY ( )

◆ translationZ()

int Spaceball::MotionEvent::translationZ ( )

Member Data Documentation

◆ MotionEventType


The documentation for this class was generated from the following files: