This is the base class for widget specific event arguments. More...
#include <widget.h>
Inheritance diagram for Mezzanine::UI::WidgetEventArguments:
Collaboration diagram for Mezzanine::UI::WidgetEventArguments:Public Member Functions | |
| 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 | 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. | |
1.8.4