class GmFocusEventHandler

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

Public Methods

[more] GmFocusEventHandler ()
Standard constructor
[more]virtual void focusGained (GmEvent::FocusEventType* focusEvent)
This method is called whenever a focus press event happens on the target widget.
[more]virtual void focusLost (GmEvent::FocusEventType* focusEvent)
This method is called whenever a focus release event happens on the target widget.
[more]virtual ~GmFocusEventHandler ()
Standard destructor


Documentation

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

ovirtual ~GmFocusEventHandler()
Standard destructor

ovirtual void focusGained(GmEvent::FocusEventType* focusEvent)
This method is called whenever a focus press event happens on the target widget. This focus event handler must register itself with the widget of interest if it is going to recieve any focus press events.

Parameters:
focusEvent - the focus press event, which includes all relevant focus data.

ovirtual void focusLost(GmEvent::FocusEventType* focusEvent)
This method is called whenever a focus release event happens on the target widget. This focus event handler must register itself with the widget of interest if it is going to recieve any focus release events.

Parameters:
focusEvent - the focus release event, which includes all relevant focus data.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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