org.kde.qt
public class QFocusEvent extends QEvent
| Field Summary | |
|---|---|
| static int | ActiveWindow |
| static int | Backtab |
| static int | Mouse |
| static int | Other |
| static int | Popup |
| static int | Shortcut |
| static int | Tab |
| Constructor Summary | |
|---|---|
| protected | QFocusEvent(Class dummy) |
| QFocusEvent(int type) | |
| Method Summary | |
|---|---|
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | gotFocus() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | lostFocus() |
| static int | reason() |
| static void | resetReason() |
| static void | setReason(int reason) |