Home
·
All Classes
·
Modules
QTabletEvent Class Reference
[
QtGui
module]
Inherits
QInputEvent
.
Types
enum
PointerType
{ UnknownPointer, Pen, Cursor, Eraser }
enum
TabletDevice
{ NoDevice, Puck, Stylus, Airbrush, ..., RotationStylus }
Methods
__init__
(
self
, QEvent.Type, QPoint, QPoint, QPointF, int, int, float, int, int, float, float, int, Qt.KeyboardModifiers, int)
__init__
(
self
, QTabletEvent)
TabletDevice
device
(
self
)
QPoint
globalPos
(
self
)
int
globalX
(
self
)
int
globalY
(
self
)
QPointF
hiResGlobalPos
(
self
)
float
hiResGlobalX
(
self
)
float
hiResGlobalY
(
self
)
PointerType
pointerType
(
self
)
QPoint
pos
(
self
)
float
pressure
(
self
)
float
rotation
(
self
)
float
tangentialPressure
(
self
)
int
uniqueId
(
self
)
int
x
(
self
)
int
xTilt
(
self
)
int
y
(
self
)
int
yTilt
(
self
)
int
z
(
self
)
Detailed Description
Type Documentation
QTabletEvent.PointerType
QTabletEvent.TabletDevice
Method Documentation
QTabletEvent.__init__ (
self
,
QEvent.Type
,
QPoint
,
QPoint
,
QPointF
, int, int, float, int, int, float, float, int,
Qt.KeyboardModifiers
, int)
QTabletEvent.__init__ (
self
,
QTabletEvent
)
TabletDevice
QTabletEvent.device (
self
)
QPoint
QTabletEvent.globalPos (
self
)
int QTabletEvent.globalX (
self
)
int QTabletEvent.globalY (
self
)
QPointF
QTabletEvent.hiResGlobalPos (
self
)
float QTabletEvent.hiResGlobalX (
self
)
float QTabletEvent.hiResGlobalY (
self
)
PointerType
QTabletEvent.pointerType (
self
)
QPoint
QTabletEvent.pos (
self
)
float QTabletEvent.pressure (
self
)
float QTabletEvent.rotation (
self
)
float QTabletEvent.tangentialPressure (
self
)
int QTabletEvent.uniqueId (
self
)
int QTabletEvent.x (
self
)
int QTabletEvent.xTilt (
self
)
int QTabletEvent.y (
self
)
int QTabletEvent.yTilt (
self
)
int QTabletEvent.z (
self
)
PyQt 4.8 for X11
Copyright ©
Riverbank Computing Ltd
and
Nokia
2010
Qt 4.7.0