Woopsi 1.0
GUI Framework for Nintendo DS Homebrew
|
#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.