QGraphicsSceneMouseEvent Class Reference
[QtGui module]
Inherits QGraphicsSceneEvent.
Methods
- __init__ (self, QEvent.Type type = QEvent.None)
- __init__ (self, QGraphicsSceneMouseEvent)
- Qt.MouseButton button (self)
- QPointF buttonDownPos (self, Qt.MouseButton button)
- QPointF buttonDownScenePos (self, Qt.MouseButton button)
- QPoint buttonDownScreenPos (self, Qt.MouseButton button)
- Qt.MouseButtons buttons (self)
- QPointF lastPos (self)
- QPointF lastScenePos (self)
- QPoint lastScreenPos (self)
- Qt.KeyboardModifiers modifiers (self)
- QPointF pos (self)
- QPointF scenePos (self)
- QPoint screenPos (self)
- setButton (self, Qt.MouseButton button)
- setButtonDownPos (self, Qt.MouseButton button, QPointF pos)
- setButtonDownScenePos (self, Qt.MouseButton button, QPointF pos)
- setButtonDownScreenPos (self, Qt.MouseButton button, QPoint pos)
- setButtons (self, Qt.MouseButtons buttons)
- setLastPos (self, QPointF pos)
- setLastScenePos (self, QPointF pos)
- setLastScreenPos (self, QPoint pos)
- setModifiers (self, Qt.KeyboardModifiers modifiers)
- setPos (self, QPointF pos)
- setScenePos (self, QPointF pos)
- setScreenPos (self, QPoint pos)
Detailed Description
See also QGraphicsSceneContextMenuEvent, QGraphicsSceneHoverEvent, and QGraphicsSceneWheelEvent.
Method Documentation
QGraphicsSceneMouseEvent.__init__ (self, QEvent.Type type = QEvent.None)
Qt.MouseButton QGraphicsSceneMouseEvent.button (self)
Returns the mouse button that was pressed at the time the event was sent.
See also buttons() and modifiers().
QPointF QGraphicsSceneMouseEvent.buttonDownPos (self, Qt.MouseButton button)
Returns the mouse cursor position in item coordinates where the specified button was clicked.
See also buttonDownScenePos(), buttonDownScreenPos(), and pos().
QPointF QGraphicsSceneMouseEvent.buttonDownScenePos (self, Qt.MouseButton button)
Returns the mouse cursor position in scene coordinates where the specified button was clicked.
See also buttonDownPos(), buttonDownScreenPos(), and scenePos().
QPoint QGraphicsSceneMouseEvent.buttonDownScreenPos (self, Qt.MouseButton button)
Returns the mouse cursor position in screen coordinates where the specified button was clicked.
See also screenPos(), buttonDownPos(), and buttonDownScenePos().
Qt.MouseButtons QGraphicsSceneMouseEvent.buttons (self)
Returns the combination of mouse buttons that were pressed at the time the event was sent.
See also button() and modifiers().
QPointF QGraphicsSceneMouseEvent.lastPos (self)
Returns the last recorded mouse cursor position in item coordinates.
See also lastScenePos(), lastScreenPos(), and pos().
QPointF QGraphicsSceneMouseEvent.lastScenePos (self)
Returns the last recorded mouse cursor position in scene coordinates.
See also lastPos(), lastScreenPos(), and scenePos().
QPoint QGraphicsSceneMouseEvent.lastScreenPos (self)
Returns the last recorded mouse cursor position in screen coordinates.
See also lastPos(), lastScenePos(), and screenPos().
Qt.KeyboardModifiers QGraphicsSceneMouseEvent.modifiers (self)
Returns the keyboard modifiers in use at the time the event was sent.
See also button() and buttons().
QPointF QGraphicsSceneMouseEvent.pos (self)
Returns the mouse cursor position in item coordinates.
See also scenePos(), screenPos(), and lastPos().
QPointF QGraphicsSceneMouseEvent.scenePos (self)
Returns the mouse cursor position in scene coordinates.
See also pos(), screenPos(), and lastScenePos().
QPoint QGraphicsSceneMouseEvent.screenPos (self)
Returns the mouse cursor position in screen coordinates.
See also pos(), scenePos(), and lastScreenPos().
QGraphicsSceneMouseEvent.setButton (self, Qt.MouseButton button)
QGraphicsSceneMouseEvent.setButtonDownPos (self, Qt.MouseButton button, QPointF pos)
QGraphicsSceneMouseEvent.setButtonDownScenePos (self, Qt.MouseButton button, QPointF pos)
QGraphicsSceneMouseEvent.setButtonDownScreenPos (self, Qt.MouseButton button, QPoint pos)
QGraphicsSceneMouseEvent.setButtons (self, Qt.MouseButtons buttons)
QGraphicsSceneMouseEvent.setLastPos (self, QPointF pos)
QGraphicsSceneMouseEvent.setLastScenePos (self, QPointF pos)
QGraphicsSceneMouseEvent.setLastScreenPos (self, QPoint pos)
QGraphicsSceneMouseEvent.setModifiers (self, Qt.KeyboardModifiers modifiers)
QGraphicsSceneMouseEvent.setPos (self, QPointF pos)
QGraphicsSceneMouseEvent.setScenePos (self, QPointF pos)
QGraphicsSceneMouseEvent.setScreenPos (self, QPoint pos)