Medical Imaging Interaction Toolkit
2022.04.99-01b95b17
Medical Imaging Interaction Toolkit
|
#include <mitkIInputDeviceRegistry.h>
Public Member Functions | |
virtual IInputDeviceDescriptor::Pointer | Find (const QString &id) const =0 |
virtual QList< 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 37 of file mitkIInputDeviceRegistry.h.
|
inlinevirtual |
Definition at line 57 of file mitkIInputDeviceRegistry.h.
|
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
|
pure virtual |
Return a list of input devices defined in the registry.