#include <OpenGUI_Event.h>
Inheritance diagram for OpenGUI::Attach_EventArgs:

Public Member Functions | |
| Attach_EventArgs (WidgetCollection *collection, Widget *child) | |
| Constructor requires a pointer to the parent being attached/detached to/from. | |
Public Attributes | |
| const WidgetCollection * | collection |
| Pointer to the WidgetCollection being attached/detached to/from. | |
| const Widget * | child |
| Pointer to the child that was attached/detached. | |
| OpenGUI::Attach_EventArgs::Attach_EventArgs | ( | WidgetCollection * | collection, | |
| Widget * | child | |||
| ) | [inline] |
Constructor requires a pointer to the parent being attached/detached to/from.
Pointer to the child that was attached/detached.
Pointer to the WidgetCollection being attached/detached to/from.