class GmWidgetEventHandler

The user event handler handles all user events that occur on particular interactive widgets

Inheritance:


Public Methods

[more] GmWidgetEventHandler ()
Standard constructor
[more]virtual void widgetEvent (GmEvent::WidgetEventType* widgetEvent)
Called whenever a widget event occurs on a widget that this widget event handler has registered with.
[more]virtual ~GmWidgetEventHandler ()
Standard destructor


Documentation

The user event handler handles all user events that occur on particular interactive widgets
o GmWidgetEventHandler()
Standard constructor

ovirtual ~GmWidgetEventHandler()
Standard destructor

ovirtual void widgetEvent(GmEvent::WidgetEventType* widgetEvent)
Called whenever a widget event occurs on a widget that this widget event handler has registered with.

Parameters:
- widgetEvent the widget event, which includes all relevant widget data.


Direct child classes:
GmScrollbar
GmRadioButtonGroup
GmMenuBar
GmMenu
GmListBox

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.