ui::event::WindowEvent Class Reference

Inheritance diagram for ui::event::WindowEvent:

Inheritance graph
[legend]
List of all members.

Detailed Description

An event that indicates changes for a Window.


Public Types

enum  WINDOWSTATES { CLOSED, OPENED, ACTIVATED, DEACTIVATED }

Public Member Functions

 WindowEvent (Component *source, int id)


Member Enumeration Documentation

enum ui::event::WindowEvent::WINDOWSTATES
 

Enumeration values:
CLOSED  Indicates that the window closed.
OPENED  Indicates that the window opened.
ACTIVATED  Indicates that the window was activated.
DEACTIVATED  Indicates that the window deactivated.


Constructor & Destructor Documentation

ui::event::WindowEvent::WindowEvent Component source,
int  id
 

Creates a new WindowEvent with given source Component and identifier.

Parameters:
source Component from which the Event originated.
id identifier to indicate the Event type.


Generated on Mon Jun 20 19:42:00 2005 for UI by doxygen 1.3.1 using KingsTools