![]() |
Home · All Classes · Main Classes · Grouped Classes · Modules · Functions | ![]() |
#include <QGraphicsSceneMouseEvent>
Inherits QGraphicsSceneEvent.
This class was introduced in Qt 4.2.
See also QGraphicsSceneContextMenuEvent, QGraphicsSceneHoverEvent, and QGraphicsSceneWheelEvent.
Destroys the event.
Returns the mouse button that was pressed at the time the event was sent.
See also buttons() and modifiers().
Returns the mouse cursor position in item coordinates where the specified button was clicked.
See also buttonDownScenePos(), buttonDownScreenPos(), and pos().
Returns the mouse cursor position in scene coordinates where the specified button was clicked.
See also buttonDownPos(), buttonDownScreenPos(), and scenePos().
Returns the mouse cursor position in screen coordinates where the specified button was clicked.
See also screenPos(), buttonDownPos(), and buttonDownScenePos().
Returns the combination of mouse buttons that were pressed at the time the event was sent.
See also button() and modifiers().
Returns the last recorded mouse cursor position in item coordinates.
See also lastScenePos(), lastScreenPos(), and pos().
Returns the last recorded mouse cursor position in scene coordinates.
See also lastPos(), lastScreenPos(), and scenePos().
Returns the last recorded mouse cursor position in screen coordinates.
See also lastPos(), lastScenePos(), and screenPos().
Returns the keyboard modifiers in use at the time the event was sent.
See also button() and buttons().
Returns the mouse cursor position in item coordinates.
See also scenePos(), screenPos(), and lastPos().
Returns the mouse cursor position in scene coordinates.
See also pos(), screenPos(), and lastScenePos().
Returns the mouse cursor position in screen coordinates.
See also pos(), scenePos(), and lastScreenPos().
Copyright © 2006 Trolltech | Trademarks | Qt 4.2.2 |