Package gesture_buttons :: Module gesture_button :: Class FlickDeterminationDone
[hide private]
[frames] | no frames]

Class FlickDeterminationDone

source code

       object --+            
                |            
sip.simplewrapper --+        
                    |        
          sip.wrapper --+    
                        |    
      PyQt4.QtCore.QEvent --+
                            |
                           FlickDeterminationDone

Nested Classes [hide private]

Inherited from PyQt4.QtCore.QEvent: Type

Instance Methods [hide private]
 
__init__(self)
Create a new instance of FlickDeterminationDone.
source code

Inherited from PyQt4.QtCore.QEvent: accept, ignore, isAccepted, registerEventType, setAccepted, spontaneous, type

Inherited from sip.simplewrapper: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  userEventTypeID = 65535

Inherited from PyQt4.QtCore.QEvent: AccessibilityDescription, AccessibilityHelp, AccessibilityPrepare, ActionAdded, ActionChanged, ActionRemoved, ActivationChange, ApplicationActivate, ApplicationActivated, ApplicationDeactivate, ApplicationDeactivated, ApplicationFontChange, ApplicationLayoutDirectionChange, ApplicationPaletteChange, ApplicationWindowIconChange, ChildAdded, ChildPolished, ChildRemoved, Clipboard, Close, CloseSoftwareInputPanel, ContextMenu, CursorChange, DeferredDelete, DragEnter, DragLeave, DragMove, Drop, DynamicPropertyChange, EnabledChange, Enter, EnterWhatsThisMode, FileOpen, FocusIn, FocusOut, FontChange, Gesture, GestureOverride, GrabKeyboard, GrabMouse, GraphicsSceneContextMenu, GraphicsSceneDragEnter, GraphicsSceneDragLeave, GraphicsSceneDragMove, GraphicsSceneDrop, GraphicsSceneHelp, GraphicsSceneHoverEnter, GraphicsSceneHoverLeave, GraphicsSceneHoverMove, GraphicsSceneMouseDoubleClick, GraphicsSceneMouseMove, GraphicsSceneMousePress, GraphicsSceneMouseRelease, GraphicsSceneMove, GraphicsSceneResize, GraphicsSceneWheel, Hide, HideToParent, HoverEnter, HoverLeave, HoverMove, IconDrag, IconTextChange, InputMethod, KeyPress, KeyRelease, KeyboardLayoutChange, LanguageChange, LayoutDirectionChange, LayoutRequest, Leave, LeaveWhatsThisMode, LocaleChange, MaxUser, MenubarUpdated, MetaCall, ModifiedChange, MouseButtonDblClick, MouseButtonPress, MouseButtonRelease, MouseMove, MouseTrackingChange, Move, None, OkRequest, Paint, PaletteChange, ParentAboutToChange, ParentChange, Polish, PolishRequest, QueryWhatsThis, RequestSoftwareInputPanel, Resize, Shortcut, ShortcutOverride, Show, ShowToParent, SockAct, StateMachineSignal, StateMachineWrapped, StatusTip, StyleChange, TabletEnterProximity, TabletLeaveProximity, TabletMove, TabletPress, TabletRelease, Timer, ToolBarChange, ToolTip, ToolTipChange, TouchBegin, TouchEnd, TouchUpdate, UngrabKeyboard, UngrabMouse, UpdateLater, UpdateRequest, User, WhatsThis, WhatsThisClicked, Wheel, WinEventAct, WinIdChange, WindowActivate, WindowBlocked, WindowDeactivate, WindowIconChange, WindowStateChange, WindowTitleChange, WindowUnblocked, ZOrderChange

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Create a new instance of FlickDeterminationDone. The event type will always be the constant FlickDeterminationDone.eventType

Overrides: object.__init__