Home · All Classes · Modules

QGraphicsSceneHoverEvent Class Reference
[QtGui module]

Inherits QGraphicsSceneEvent.

Methods


Detailed Description

See also QGraphicsSceneMouseEvent.


Method Documentation

QGraphicsSceneHoverEvent.__init__ (self, QEvent.Type type = QEvent.None)

QGraphicsSceneHoverEvent.__init__ (self, QGraphicsSceneHoverEvent)

QPointF QGraphicsSceneHoverEvent.pos (self)

Returns the position of the mouse cursor in item coordinates at the moment the the hover event was sent.

See also scenePos() and screenPos().

QPointF QGraphicsSceneHoverEvent.scenePos (self)

Returns the position of the mouse cursor in scene coordinates at the moment the the hover event was sent.

See also pos() and screenPos().

QPoint QGraphicsSceneHoverEvent.screenPos (self)

Returns the position of the mouse cursor in screen coordinates at the moment the the hover event was sent.

See also pos() and scenePos().

QGraphicsSceneHoverEvent.setPos (self, QPointF pos)

QGraphicsSceneHoverEvent.setScenePos (self, QPointF pos)

QGraphicsSceneHoverEvent.setScreenPos (self, QPoint pos)


PyQt 4.1 for X11Copyright © Riverbank Computing Ltd and Trolltech AS 2006Qt 4.2.1