OpenGUI::Attach_EventArgs Class Reference

#include <OpenGUI_Event.h>

Inheritance diagram for OpenGUI::Attach_EventArgs:

OpenGUI::EventArgs List of all members.

Detailed Description

Specialization of EventArgs for Attach/Detach events.


Public Member Functions

 Attach_EventArgs (WidgetCollection *collection, Widget *child)
 Constructor requires a pointer to the parent being attached/detached to/from.

Public Attributes

const WidgetCollectioncollection
 Pointer to the WidgetCollection being attached/detached to/from.
const Widgetchild
 Pointer to the child that was attached/detached.


Constructor & Destructor Documentation

OpenGUI::Attach_EventArgs::Attach_EventArgs ( WidgetCollection collection,
Widget child 
) [inline]

Constructor requires a pointer to the parent being attached/detached to/from.


Member Data Documentation

const Widget* OpenGUI::Attach_EventArgs::child

Pointer to the child that was attached/detached.

const WidgetCollection* OpenGUI::Attach_EventArgs::collection

Pointer to the WidgetCollection being attached/detached to/from.


The documentation for this class was generated from the following file:
Copyright © 2006 OpenGUI | OpenGUI.SF.net
Generated: Fri Jan 5 23:05:25 2007