#include <FocusEventArgs.h>
Public Member Functions | |
| virtual | ~FocusEventArgs (void) |
| FocusEventArgs (faces::Face *face, faces::Face *other) | |
| faces::Face * | GetOther () const |
The (base) class for event arguments passed in to event callbacks when a face control gets or loses its focus.
| virtual fl7::events::FocusEventArgs::~FocusEventArgs | ( | void | ) | [inline, virtual] |
Destructor.
| fl7::events::FocusEventArgs::FocusEventArgs | ( | faces::Face * | face, | |
| faces::Face * | other | |||
| ) | [inline] |
Explicit constructor.
| faces::Face* fl7::events::FocusEventArgs::GetOther | ( | ) | const [inline] |
Returns the other face control which either has lost its focus or now gets the focus.
1.7.1