Home · All Classes · Modules

QGraphicsSceneMouseEvent Class Reference
[QtGui module]

Inherits QGraphicsSceneEvent.

Methods


Detailed Description

See also QGraphicsSceneContextMenuEvent, QGraphicsSceneHoverEvent, and QGraphicsSceneWheelEvent.


Method Documentation

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

QGraphicsSceneMouseEvent.__init__ (self, QGraphicsSceneMouseEvent other)

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)


PyQt 4.1.1 for X11Copyright © Riverbank Computing Ltd and Trolltech AS 2006Qt 4.2.2