OpenGUI::Focus_EventArgs Class Reference

#include <OpenGUI_Event.h>

Inheritance diagram for OpenGUI::Focus_EventArgs:

OpenGUI::EventArgs List of all members.

Detailed Description

Base class for event arguments.


Public Member Functions

 Focus_EventArgs (const Widget *received, const Widget *lost)
 Constructor requires the pointers to the Widgets that received and lost focus.

Public Attributes

const WidgetReceived
 Pointer to the Widget that is receiving focus, or 0 (NULL) if none.
const WidgetLost
 Pointer to the Widget that has lost focus, or 0 (NULL) if none.


Constructor & Destructor Documentation

OpenGUI::Focus_EventArgs::Focus_EventArgs const Widget received,
const Widget lost
[inline]
 

Constructor requires the pointers to the Widgets that received and lost focus.


Member Data Documentation

const Widget* OpenGUI::Focus_EventArgs::Lost
 

Pointer to the Widget that has lost focus, or 0 (NULL) if none.

const Widget* OpenGUI::Focus_EventArgs::Received
 

Pointer to the Widget that is receiving focus, or 0 (NULL) if none.


The documentation for this class was generated from the following file:
Copyright © 2006 OpenGUI | OpenGUI.SF.net
Generated: Sun Sep 9 02:00:21 2007