#include <mitkIInputDeviceRegistry.h>
Public Member Functions | |
virtual berryInterfaceMacro(IInputDeviceRegistry, mitk) virtual IInputDeviceDescriptor std::vector < IInputDeviceDescriptor::Pointer > | GetInputDevices () const =0 |
virtual | ~IInputDeviceRegistry () |
The input device registry maintains a list of input devices explicitly registered against the view extension point.
The description of a given input device is kept in a IInputDeviceDescriptor
.
This interface is not intended to be implemented by clients.
Definition at line 47 of file mitkIInputDeviceRegistry.h.
virtual mitk::IInputDeviceRegistry::~IInputDeviceRegistry | ( | ) | [inline, virtual] |
Definition at line 68 of file mitkIInputDeviceRegistry.h.
{}
virtual berryInterfaceMacro (IInputDeviceRegistry, mitk) virtual IInputDeviceDescriptor std::vector<IInputDeviceDescriptor::Pointer> mitk::IInputDeviceRegistry::GetInputDevices | ( | ) | const [pure virtual] |
Return an input device descriptor with the given extension id. If no input device exists, with the id return null
.
id | the id to search for |
null
Return a list of input devices defined in the registry.Implemented in mitk::InputDeviceRegistry.