org.kde.qt
public class QEvent extends Qt
| Field Summary | |
|---|---|
| static int | Accel |
| static int | AccelAvailable |
| static int | AccelOverride |
| static int | Accessibility |
| static int | ActivateControl |
| static int | ApplicationFontChange |
| static int | ApplicationPaletteChange |
| static int | CaptionChange |
| static int | ChildInserted |
| static int | ChildRemoved |
| static int | Clipboard |
| static int | Close |
| static int | ContextMenu |
| static int | Create |
| static int | DeactivateControl |
| static int | DeferredDelete |
| static int | Destroy |
| static int | DragEnter |
| static int | DragLeave |
| static int | DragMove |
| static int | DragResponse |
| static int | Drop |
| static int | Enter |
| static int | FocusIn |
| static int | FocusOut |
| static int | HelpRequest |
| static int | Hide |
| static int | HideToParent |
| static int | IconChange |
| static int | IconDrag |
| static int | IMCompose |
| static int | IMEnd |
| static int | IMStart |
| static int | KeyPress |
| static int | KeyRelease |
| static int | LanguageChange |
| static int | LayoutDirectionChange |
| static int | LayoutHint |
| static int | Leave |
| static int | LocaleChange |
| static int | MaxUser |
| static int | MouseButtonDblClick |
| static int | MouseButtonPress |
| static int | MouseButtonRelease |
| static int | MouseMove |
| static int | Move |
| static int | None |
| static int | OkRequest |
| static int | Paint |
| static int | PaletteChange |
| static int | ParentFontChange |
| static int | ParentPaletteChange |
| static int | Quit |
| static int | Reparent |
| static int | Resize |
| static int | Show |
| static int | ShowFullScreen |
| static int | ShowMaximized |
| static int | ShowMinimized |
| static int | ShowNormal |
| static int | ShowToParent |
| static int | ShowWindowRequest |
| static int | SockAct |
| static int | Speech |
| static int | Style |
| static int | TabletMove |
| static int | TabletPress |
| static int | TabletRelease |
| static int | Timer |
| static int | User |
| static int | Wheel |
| static int | WindowActivate |
| static int | WindowBlocked |
| static int | WindowDeactivate |
| static int | WindowStateChange |
| static int | WindowUnblocked |
| Constructor Summary | |
|---|---|
| protected | QEvent(Class dummy) |
| QEvent(int type) | |
| Method Summary | |
|---|---|
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | spontaneous() |
| int | type() |