ui::event::ItemEvent Class Reference

Inheritance diagram for ui::event::ItemEvent:

Inheritance graph
[legend]
List of all members.

Detailed Description

Event for use with Items. This event is sent when one of the following events occur: DESELECTED, SELECTED, ITEM_STATE_CHANGED


Public Types

enum  EventTypes { DESELECTED, SELECTED, ITEM_STATE_CHANGED }

Public Member Functions

 ItemEvent (Component *source, int id)


Member Enumeration Documentation

enum ui::event::ItemEvent::EventTypes
 

Enumeration values:
DESELECTED  The component is deselected.
SELECTED  The component is selected.
ITEM_STATE_CHANGED  Another state change event occured.


Constructor & Destructor Documentation

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

Create a new ItemEvent with given source and identifier.

Parameters:
source The component from which the event originated.
id identifier indication the event type.


Generated on Mon Jun 20 19:41:57 2005 for UI by doxygen 1.3.1 using KingsTools