Inheritance diagram for Mezzanine::UI::ChildFocusEventArguments:
Collaboration diagram for Mezzanine::UI::ChildFocusEventArguments:Public Member Functions | |
| ChildFocusEventArguments (const String &Name, const String &Source, const String &Child) | |
| Class constructor. More... | |
| virtual | ~ChildFocusEventArguments () |
| Class destructor. | |
Public Member Functions inherited from Mezzanine::UI::WidgetEventArguments | |
| WidgetEventArguments (const String &Name, const String &Source) | |
| Class constructor. More... | |
| virtual | ~WidgetEventArguments () |
| Class destructor. | |
Public Member Functions inherited from Mezzanine::EventArguments | |
| EventArguments (const String &Name) | |
| Class constructor. More... | |
| virtual | ~EventArguments () |
| Class destructor. | |
Public Attributes | |
| const String | ChildName |
| The identification of the source firing this event. | |
Public Attributes inherited from Mezzanine::UI::WidgetEventArguments | |
| const String | WidgetName |
| The identification of the source firing this event. | |
Public Attributes inherited from Mezzanine::EventArguments | |
| const String | EventName |
| The name of the event being fired. | |
Definition at line 57 of file pagedcontainer.h.
|
inline |
Class constructor.
| Name | The name of the event being fired. |
| Source | The identification of the widget firing this event. |
| Child | The name of the child that has gained focus. |
Definition at line 67 of file pagedcontainer.h.
1.8.4