|
NXWidgets
1.19
|
#include <teventargs.hxx>

Public Member Functions | |
| TEventArgs (const T &source) | |
| virtual | ~TEventArgs () |
| const T & | getSource (void) const |
Private Attributes | |
| T | m_source |
Base template class for all events within the NxWidgets system. All event types should inherit from this class.
Definition at line 100 of file teventargs.hxx.
|
inline |
Constructor.
| source | The object that raised the event. |
Definition at line 112 of file teventargs.hxx.
|
inlinevirtual |
Destructor.
Definition at line 121 of file teventargs.hxx.
|
inline |
Get the source object that raised the event.
Definition at line 127 of file teventargs.hxx.
|
private |
The object that raised the event
Definition at line 103 of file teventargs.hxx.
1.8.13