Home
·
All Classes
·
Modules
QTouchEvent Class Reference
[
QtGui
module]
Inherits
QInputEvent
.
Types
enum
DeviceType
{ TouchScreen, TouchPad }
class
TouchPoint
Methods
__init__
(
self
, QEvent.Type, DeviceType
deviceType
= QTouchEvent.TouchScreen, Qt.KeyboardModifiers
modifiers
= Qt.NoModifier, Qt.TouchPointStates
touchPointStates
= 0, list-of-QTouchEvent.TouchPoint
touchPoints
= QList<QTouchEvent.TouchPoint>())
__init__
(
self
, QTouchEvent)
DeviceType
deviceType
(
self
)
list-of-QTouchEvent.TouchPoint
touchPoints
(
self
)
Qt.TouchPointStates
touchPointStates
(
self
)
QWidget
widget
(
self
)
Detailed Description
Type Documentation
QTouchEvent.DeviceType
Method Documentation
QTouchEvent.__init__ (
self
,
QEvent.Type
,
DeviceType
deviceType
= QTouchEvent.TouchScreen,
Qt.KeyboardModifiers
modifiers
= Qt.NoModifier,
Qt.TouchPointStates
touchPointStates
= 0, list-of-QTouchEvent.TouchPoint
touchPoints
= QList<QTouchEvent.TouchPoint>())
QTouchEvent.__init__ (
self
,
QTouchEvent
)
DeviceType
QTouchEvent.deviceType (
self
)
list-of-QTouchEvent.TouchPoint QTouchEvent.touchPoints (
self
)
Qt.TouchPointStates
QTouchEvent.touchPointStates (
self
)
QWidget
QTouchEvent.widget (
self
)
PyQt 4.8 for X11
Copyright ©
Riverbank Computing Ltd
and
Nokia
2010
Qt 4.7.0