BALL::VIEW::InputDeviceDriver Class Reference
#include <BALL/VIEW/INPUT/inputDeviceDriver.h>
List of all members.
Public Member Functions |
| InputDeviceDriver (QWidget *reciever) |
virtual | ~InputDeviceDriver () |
virtual bool | setUp ()=0 |
virtual bool | tearDown ()=0 |
void | setEnabled (bool enabled) |
bool | isEnabled () |
void | setReceiver (Scene *s) |
QWidget * | getReceiver () |
Protected Member Functions |
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) |
Private Attributes |
QMutex | receiverLock |
QWidget * | receiver_ |
bool | enabled_ |
Detailed Description
Definition at line 18 of file inputDeviceDriver.h.
Constructor & Destructor Documentation
BALL::VIEW::InputDeviceDriver::InputDeviceDriver |
( |
QWidget * |
reciever |
) |
|
virtual BALL::VIEW::InputDeviceDriver::~InputDeviceDriver |
( |
|
) |
[virtual] |
Member Function Documentation
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] |
Member Data Documentation