Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::IInputDeviceRegistry Struct Referenceabstract

#include <mitkIInputDeviceRegistry.h>

Public Member Functions

virtual IInputDeviceDescriptor::Pointer Find (const QString &id) const =0
 
virtual QList< IInputDeviceDescriptor::PointerGetInputDevices () const =0
 
virtual ~IInputDeviceRegistry ()
 

Detailed Description

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.

See also
mitk::IInputDeviceDescriptor This interface is not intended to be implemented by clients.

Definition at line 41 of file mitkIInputDeviceRegistry.h.

Constructor & Destructor Documentation

virtual mitk::IInputDeviceRegistry::~IInputDeviceRegistry ( )
inlinevirtual

Definition at line 61 of file mitkIInputDeviceRegistry.h.

Member Function Documentation

virtual IInputDeviceDescriptor::Pointer mitk::IInputDeviceRegistry::Find ( const QString &  id) const
pure virtual

Return an input device descriptor with the given extension id. If no input device exists, with the id return null.

Parameters
idthe id to search for
Returns
the descriptor or null
virtual QList<IInputDeviceDescriptor::Pointer> mitk::IInputDeviceRegistry::GetInputDevices ( ) const
pure virtual

Return a list of input devices defined in the registry.

Returns
the input devices.

The documentation for this struct was generated from the following file: