#include <BALL/VIEW/INPUT/inputDeviceDriver.h>
|
void | emitPositionChange (double x, double y, double z, double a, double b, double c) |
|
void | emitPositionChange (double x, double y, double z, double q1, double q2, double q3, double q4) |
|
void | emitHeadChange (double x, double y, double z, double q1, double q2, double q3, double q4) |
|
Definition at line 18 of file inputDeviceDriver.h.
BALL::VIEW::InputDeviceDriver::InputDeviceDriver |
( |
QWidget * |
reciever | ) |
|
virtual BALL::VIEW::InputDeviceDriver::~InputDeviceDriver |
( |
| ) |
|
|
virtual |
QWidget* BALL::VIEW::InputDeviceDriver::getReceiver |
( |
| ) |
|
bool BALL::VIEW::InputDeviceDriver::isEnabled |
( |
| ) |
|
|
inline |
void BALL::VIEW::InputDeviceDriver::setEnabled |
( |
bool |
enabled | ) |
|
void BALL::VIEW::InputDeviceDriver::setReceiver |
( |
Scene * |
s | ) |
|
virtual bool BALL::VIEW::InputDeviceDriver::setUp |
( |
| ) |
|
|
pure virtual |
virtual bool BALL::VIEW::InputDeviceDriver::tearDown |
( |
| ) |
|
|
pure virtual |
bool BALL::VIEW::InputDeviceDriver::enabled_ |
|
private |
QWidget* BALL::VIEW::InputDeviceDriver::receiver_ |
|
private |
QMutex BALL::VIEW::InputDeviceDriver::receiverLock |
|
private |