#include <EventArgs.h>
Public Member Functions | |
| virtual | ~EventArgs (void) |
| EventArgs (faces::Face *face) | |
| faces::Face * | GetFace () const |
The base and standard class for event arguments passed in to event callbacks.
| virtual fl7::events::EventArgs::~EventArgs | ( | void | ) | [inline, virtual] |
Destructor.
| fl7::events::EventArgs::EventArgs | ( | faces::Face * | face | ) | [inline, explicit] |
Explicit constructor.
| faces::Face* fl7::events::EventArgs::GetFace | ( | ) | const [inline] |
Returns the face which is subject of the event.
1.7.1