Page MenuHomePhabricator

Refactore the mitkKeyEvent class
Closed, ResolvedPublic

Assigned To
None
Authored By
kast
Aug 19 2009, 12:06 PM
Referenced Files
F297: ChangeRequest.txt
Aug 20 2009, 2:32 PM
F296: ChangeRequest.txt
Aug 19 2009, 1:53 PM
Subscribers

Description

At the moment the mitkKeyEvent class is defined in mitkEventTeypedefs.h. The class derives from mitkBaseEvent. No other class uses this "base" class. Other events in MITK (e.g. PostitionEvent) are derived from mitkEvent. So we have an inconsistend behavior of the mitkKeyEvent class.

mitkKeyEvent is only used in mitkBaseRenderer and there just a remapping to a mitkEvent is done.

Event Timeline

change request description

Change Request

The refactoring is done. See the change request file for the made changes.