BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions | Protected Member Functions | Private Attributes
BALL::VIEW::InputDeviceDriver Class Reference

#include <BALL/VIEW/INPUT/inputDeviceDriver.h>

Inheritance diagram for BALL::VIEW::InputDeviceDriver:
BALL::VIEW::FakeDriver

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)
QWidgetgetReceiver ()

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
QWidgetreceiver_
bool enabled_

Detailed Description

Definition at line 18 of file inputDeviceDriver.h.


Constructor & Destructor Documentation


Member Function Documentation

void BALL::VIEW::InputDeviceDriver::emitHeadChange ( double  x,
double  y,
double  z,
double  q1,
double  q2,
double  q3,
double  q4 
) [protected]
void BALL::VIEW::InputDeviceDriver::emitPositionChange ( double  x,
double  y,
double  z,
double  a,
double  b,
double  c 
) [protected]
void BALL::VIEW::InputDeviceDriver::emitPositionChange ( double  x,
double  y,
double  z,
double  q1,
double  q2,
double  q3,
double  q4 
) [protected]

Definition at line 28 of file inputDeviceDriver.h.

Reimplemented in BALL::VIEW::FakeDriver.

virtual bool BALL::VIEW::InputDeviceDriver::setUp ( ) [pure virtual]

Implemented in BALL::VIEW::FakeDriver.

virtual bool BALL::VIEW::InputDeviceDriver::tearDown ( ) [pure virtual]

Implemented in BALL::VIEW::FakeDriver.


Member Data Documentation

Definition at line 42 of file inputDeviceDriver.h.

Definition at line 41 of file inputDeviceDriver.h.

Definition at line 39 of file inputDeviceDriver.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines