![]() | Home · All Classes · Modules |
The QGraphicsSceneHoverEvent class provides hover events in the graphics view framework. More...
Inherits QGraphicsSceneEvent.
The QGraphicsSceneHoverEvent class provides hover events in the graphics view framework.
When a QGraphicsView receives a QHoverEvent event, it translates it into QGraphicsSceneHoverEvent. The event is then forwarded to the QGraphicsScene associated with the view.
See also QGraphicsSceneMouseEvent, QGraphicsSceneContextMenuEvent, QGraphicsSceneWheelEvent, and QHoverEvent.
Returns the position of the mouse cursor in item coordinates at the moment the the hover event was sent.
See also scenePos() and screenPos().
Returns the position of the mouse cursor in scene coordinates at the moment the the hover event was sent.
See also pos() and screenPos().
Returns the position of the mouse cursor in screen coordinates at the moment the the hover event was sent.
See also pos() and scenePos().
PyQt 4.3.1 for X11 | Copyright © Riverbank Computing Ltd and Trolltech AS 2007 | Qt 4.3.0 |