#include <BALL/VIEW/INPUT/inputPlugin.h>
Public Member Functions | |
| virtual | ~InputPlugin () |
| virtual void | setReceiver (QWidget *receiver)=0 |
| virtual InputDeviceDriver * | startDriver ()=0 |
Definition at line 12 of file inputPlugin.h.
| virtual BALL::VIEW::InputPlugin::~InputPlugin | ( | ) | [inline, virtual] |
Definition at line 15 of file inputPlugin.h.
| virtual void BALL::VIEW::InputPlugin::setReceiver | ( | QWidget * | receiver | ) | [pure virtual] |
Set the receiver of the events emited by the input device.
| virtual InputDeviceDriver* BALL::VIEW::InputPlugin::startDriver | ( | ) | [pure virtual] |
Starts the input device driver and makes it send events.
1.6.3