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::

KrWidget KrButton KrConsole KrImageListBox KrListBox KrProgress KrTextWidget KrPushButton KrToggleButton 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 Mon Sep 15 12:01:11 2003 for Kyra by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001