NAME
Qt::Core::QEvent
PUBLIC METHODS
- QEvent(QEvent::Type type)
- ~QEvent()
- void accept()
- void ignore()
- bool isAccepted()
- static int registerEventType(int hint)
- static int registerEventType(int hint = -1)
- void setAccepted(bool accepted)
- bool spontaneous()
- QEvent::Type type()
ENUM VALUES
- None
- Timer
- MouseButtonPress
- MouseButtonRelease
- MouseButtonDblClick
- MouseMove
- KeyPress
- KeyRelease
- FocusIn
- FocusOut
- Enter
- Leave
- Paint
- Move
- Resize
- Create
- Destroy
- Show
- Hide
- Close
- Quit
- ParentChange
- ParentAboutToChange
- ThreadChange
- WindowActivate
- WindowDeactivate
- ShowToParent
- HideToParent
- Wheel
- WindowTitleChange
- WindowIconChange
- ApplicationWindowIconChange
- ApplicationFontChange
- ApplicationLayoutDirectionChange
- ApplicationPaletteChange
- PaletteChange
- Clipboard
- Speech
- MetaCall
- SockAct
- WinEventAct
- DeferredDelete
- DragEnter
- DragMove
- DragLeave
- Drop
- DragResponse
- ChildAdded
- ChildPolished
- ChildRemoved
- ShowWindowRequest
- PolishRequest
- Polish
- LayoutRequest
- UpdateRequest
- UpdateLater
- EmbeddingControl
- ActivateControl
- DeactivateControl
- ContextMenu
- InputMethod
- AccessibilityPrepare
- TabletMove
- LocaleChange
- LanguageChange
- LayoutDirectionChange
- Style
- TabletPress
- TabletRelease
- OkRequest
- HelpRequest
- IconDrag
- FontChange
- EnabledChange
- ActivationChange
- StyleChange
- IconTextChange
- ModifiedChange
- MouseTrackingChange
- WindowBlocked
- WindowUnblocked
- WindowStateChange
- ToolTip
- WhatsThis
- StatusTip
- ActionChanged
- ActionAdded
- ActionRemoved
- FileOpen
- Shortcut
- ShortcutOverride
- WhatsThisClicked
- ToolBarChange
- ApplicationActivate
- ApplicationActivated
- ApplicationDeactivate
- ApplicationDeactivated
- QueryWhatsThis
- EnterWhatsThisMode
- LeaveWhatsThisMode
- ZOrderChange
- HoverEnter
- HoverLeave
- HoverMove
- AccessibilityHelp
- AccessibilityDescription
- AcceptDropsChange
- MenubarUpdated
- ZeroTimerEvent
- GraphicsSceneMouseMove
- GraphicsSceneMousePress
- GraphicsSceneMouseRelease
- GraphicsSceneMouseDoubleClick
- GraphicsSceneContextMenu
- GraphicsSceneHoverEnter
- GraphicsSceneHoverMove
- GraphicsSceneHoverLeave
- GraphicsSceneHelp
- GraphicsSceneDragEnter
- GraphicsSceneDragMove
- GraphicsSceneDragLeave
- GraphicsSceneDrop
- GraphicsSceneWheel
- KeyboardLayoutChange
- DynamicPropertyChange
- TabletEnterProximity
- TabletLeaveProximity
- NonClientAreaMouseMove
- NonClientAreaMouseButtonPress
- NonClientAreaMouseButtonRelease
- NonClientAreaMouseButtonDblClick
- MacSizeChange
- ContentsRectChange
- MacGLWindowChange
- FutureCallOut
- GraphicsSceneResize
- GraphicsSceneMove
- CursorChange
- ToolTipChange
- NetworkReplyUpdated
- GrabMouse
- UngrabMouse
- GrabKeyboard
- UngrabKeyboard
- MacGLClearDrawable
- StateMachineSignal
- StateMachineWrapped
- TouchBegin
- TouchUpdate
- TouchEnd
- NativeGesture
- RequestSoftwareInputPanel
- CloseSoftwareInputPanel
- UpdateSoftKeys
- WinIdChange
- Gesture
- GestureOverride
- User
- MaxUser
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.