#include <mitkIInputDevice.h>
Public Member Functions | |
berryInterfaceMacro (IInputDevice, mitk) virtual bool RegisterInputDevice()=0 | |
virtual bool | UnRegisterInputDevice ()=0 |
virtual | ~IInputDevice () |
An input device provides a method to register and unregister itself. Meaning
for example adding listeners and instianciate classes necessary to use the input device.
This interface is not intended to be implemented by clients.
Definition at line 35 of file mitkIInputDevice.h.
virtual mitk::IInputDevice::~IInputDevice | ( | ) | [inline, virtual] |
Definition at line 50 of file mitkIInputDevice.h.
{}
mitk::IInputDevice::berryInterfaceMacro | ( | IInputDevice | , |
mitk | |||
) | [pure virtual] |
Register the input device at one or more instances.
virtual bool mitk::IInputDevice::UnRegisterInputDevice | ( | ) | [pure virtual] |
Unregister the input device at one or more instances.
Implemented in mitk::SpaceNavigatorActivator, and mitk::WiiMoteActivator.