#include <event.h>
Inherits Wt::Event.
Public Types | |
Mouse | |
Tab | |
Backtab | |
ActiveWindow | |
Popup | |
Shortcut | |
Other | |
enum | Reason { Mouse, Tab, Backtab, ActiveWindow, Popup, Shortcut, Other } |
Public Member Functions | |
FocusEvent (int type, int reason=Other) | |
bool | gotFocus () const |
bool | lostFocus () const |
int | reason () |
Wt::FocusEvent::FocusEvent | ( | int | type, | |
int | reason = Other | |||
) | [inline] |
bool Wt::FocusEvent::gotFocus | ( | ) | const [inline] |
bool Wt::FocusEvent::lostFocus | ( | ) | const [inline] |
int Wt::FocusEvent::reason | ( | ) | [inline] |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.