
We bake cookies in your browser for a better experience. Using this site means that you consent.Read More
TheQGraphicsSceneHoverEvent class provides hover events in the graphics view framework.More...
| Header: | #include <QGraphicsSceneHoverEvent> |
| Since: | Qt 4.2 |
| Inherits: | QGraphicsSceneEvent |
| ~QGraphicsSceneHoverEvent() | |
| QPointF | lastPos() const |
| QPointF | lastScenePos() const |
| QPoint | lastScreenPos() const |
| Qt::KeyboardModifiers | modifiers() const |
| QPointF | pos() const |
| QPointF | scenePos() const |
| QPoint | screenPos() const |
TheQGraphicsSceneHoverEvent class provides hover events in the graphics view framework.
When aQGraphicsView receives aQHoverEvent event, it translates it intoQGraphicsSceneHoverEvent. The event is then forwarded to theQGraphicsScene associated with the view.
See alsoQGraphicsSceneMouseEvent,QGraphicsSceneContextMenuEvent,QGraphicsSceneWheelEvent, andQHoverEvent.
Destroys the event.
Returns the last recorded mouse cursor position in item coordinates.
This function was introduced in Qt 4.4.
See alsolastScenePos(),lastScreenPos(), andpos().
Returns the last recorded, the scene coordinates of the previous mouse or hover event received by the view, that created the event mouse cursor position in scene coordinates.
This function was introduced in Qt 4.4.
See alsolastPos(),lastScreenPos(), andscenePos().
Returns the last recorded mouse cursor position in screen coordinates. The last recorded position is the position of the previous mouse or hover event received by the view that created the event.
This function was introduced in Qt 4.4.
See alsolastPos(),lastScenePos(), andscreenPos().
Returns the keyboard modifiers at the moment the hover event was sent.
This function was introduced in Qt 4.4.
Returns the position of the mouse cursor in item coordinates at the moment the hover event was sent.
See alsoscenePos() andscreenPos().
Returns the position of the mouse cursor in scene coordinates at the moment the hover event was sent.
Returns the position of the mouse cursor in screen coordinates at the moment the hover event was sent.
© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of theGNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.