Main Page Class Hierarchy Compound List File List Compound Members
IKrWidgetListener Class Reference
An abstract class, the HandleWidgetEvent when a widget listener receives an event.
More...
#include <widget.h>
Inheritance diagram for IKrWidgetListener::
List of all members.
Detailed Description
An abstract class, the HandleWidgetEvent when a widget listener receives an event.
The events widgets publish are documented on a per-widget basis.
The class is abstract, so it can be used as a mix in and there are no multiple inheritance issues.
The HandleWidgetEvent is a strange method with a lot of paremeters. An obvious solution would be to send a WidgetEvent class that is abstract and polymorphic...but Kyra doesn't use/require dynamic cast, so implementing that is less useful than it seems.
The documentation for this class was generated from the following file:
Generated on Fri Feb 7 20:44:20 2003 for Kyra by
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001