This is the base class for widget specific event arguments. More...
#include <widget.h>
Public Member Functions | |
WidgetEventArguments (const String &Name, const String &Source) | |
Class constructor. More... | |
virtual | ~WidgetEventArguments () |
Class destructor. | |
virtual WidgetEventArguments * | GetMostDerived () |
Get a pointer to the most Derived type of this instance. More... | |
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 | 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. | |
|
inlinevirtual |
Get a pointer to the most Derived type of this instance.
Reimplemented from Mezzanine::EventArguments.
Reimplemented in Mezzanine::UI::SpinnerValueChangedArguments, Mezzanine::UI::ScrollbarValueChangedArguments, and Mezzanine::UI::ChildSelectedArguments.