#include <eventargs.h>
Public Member Functions | |
| EventArgs (const T &source) | |
| virtual | ~EventArgs () |
| const T & | getSource () const |
Base template class for all events within the Woopsi system. All event types should inherit from this class.
| WoopsiUI::EventArgs< T >::EventArgs | ( | const T & | source | ) | [inline] |
Constructor.
| source | The object that raised the event. |
| virtual WoopsiUI::EventArgs< T >::~EventArgs | ( | ) | [inline, virtual] |
Destructor.
| const T& WoopsiUI::EventArgs< T >::getSource | ( | ) | const [inline] |
Get the source object that raised the event.
1.6.3