Public Member Functions

mitk::IInputDevice Struct Reference
[org.mitk.core.ext Plugin]

#include <mitkIInputDevice.h>

Inheritance diagram for mitk::IInputDevice:
Inheritance graph
[legend]
Collaboration diagram for mitk::IInputDevice:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 berryInterfaceMacro (IInputDevice, mitk) virtual bool RegisterInputDevice()=0
virtual bool UnRegisterInputDevice ()=0
virtual ~IInputDevice ()

Detailed Description

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.


Constructor & Destructor Documentation

virtual mitk::IInputDevice::~IInputDevice (  ) [inline, virtual]

Definition at line 50 of file mitkIInputDevice.h.

{}

Member Function Documentation

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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines