Public Member Functions

mitk::EventMapperAddOn Struct Reference
[Interaction Classes]

#include <mitkEventMapperAddOn.h>

Inheritance diagram for mitk::EventMapperAddOn:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void ForwardEvent (const mitk::StateEvent *e)=0

Detailed Description

The event mapper addon resembles an interface, that allows addons, which are not stored in the core
to be used inside the core. For an additional input device it is mandatory to inherit from this class.

This interface is not intended to be implemented by clients.

Definition at line 32 of file mitkEventMapperAddOn.h.


Member Function Documentation

virtual void mitk::EventMapperAddOn::ForwardEvent ( const mitk::StateEvent e ) [pure virtual]

Forwards an event fired by the driver of device to the mitk::GlobalInteraction

Parameters:
ethe event, who should be processed

Implemented in mitk::SpaceNavigatorAddOn, and mitk::WiiMoteAddOn.


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