This is the EventArguments class for when a child of a paged container is selected. More...
#include <pagedcontainer.h>
Inheritance diagram for Mezzanine::UI::ChildSelectedArguments:
Collaboration diagram for Mezzanine::UI::ChildSelectedArguments:Public Member Functions | |
| ChildSelectedArguments (const String &Name, const String &Source, const String &Child, const Boole Select) | |
| Class constructor. More... | |
| virtual | ~ChildSelectedArguments () |
| Class destructor. | |
| virtual ChildSelectedArguments * | GetMostDerived () |
| Get a pointer to the most Derived type of this instance. More... | |
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. | |
| Whole | DecrementReferenceCount () |
| Decrease the reference count by one and return the updated count. More... | |
| Whole | GetReferenceCount () const |
| Get the current amount of references. More... | |
| EventArguments * | GetReferenceCountTargetAsPointer () |
| Gets the actual pointer to the target of the base type. More... | |
| Whole | IncrementReferenceCount () |
| Increase the reference count by one and return the updated count. More... | |
Public Attributes | |
| const String | ChildName |
| The identification of the source firing this event. | |
| const Boole | Selected |
| Boole storing whether or not the named child is gaining or losing focus. | |
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. | |
This is the EventArguments class for when a child of a paged container is selected.
Definition at line 55 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. |
| Select | True if the child is becoming the current selection in it's parent container, or false if it is losing the current selection in it's parent container. |
Definition at line 74 of file pagedcontainer.h.
|
inlinevirtual |
Get a pointer to the most Derived type of this instance.
Reimplemented from Mezzanine::UI::WidgetEventArguments.
Definition at line 83 of file pagedcontainer.h.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.