Home · All Classes · Modules  · QSS HELP  · QSS 案例 · VER007 HOME

QGraphicsSceneMouseEvent Class Reference
[QtGui module]

该QGraphicsSceneMouseEvent类提供在图形视图框架的鼠标事件。More...

继承QGraphicsSceneEvent

Methods


Detailed Description

该QGraphicsSceneMouseEvent类提供在图形视图框架的鼠标事件。

QGraphicsView收到QMouseEvent,它转换到一个QGraphicsSceneMouseEvent 。然后,此事件转发到QGraphicsScene与视图相关联。如果事件没有被处理的情景时,视图可以使用它,例如,对于DragMode

除了包含该事件的项目,场景,和屏幕坐标(如pos( )scenePos()和screenPos( ) ) ,鼠标事件还包含由视图收到以前的鼠标事件的坐标。这些可以被检索以lastPos( )lastScreenPos()和lastScenePos( ) 。


Method Documentation

Qt.MouseButton QGraphicsSceneMouseEvent.button (self)

返回鼠标按钮(如果有的话)引发事件。

See also buttons()和modifiers( ) 。

QPointF QGraphicsSceneMouseEvent.buttonDownPos (self, Qt.MouseButton button)

返回项目的鼠标光标位置坐标指定的地方button被点击了。

See also buttonDownScenePos( )buttonDownScreenPos()和pos( ) 。

QPointF QGraphicsSceneMouseEvent.buttonDownScenePos (self, Qt.MouseButton button)

返回场景中的鼠标光标位置坐标指定的地方button被点击了。

See also buttonDownPos( )buttonDownScreenPos()和scenePos( ) 。

QPoint QGraphicsSceneMouseEvent.buttonDownScreenPos (self, Qt.MouseButton button)

返回屏幕的鼠标光标位置坐标指定的地方button被点击了。

See also screenPos( )buttonDownPos()和buttonDownScenePos( ) 。

Qt.MouseButtons QGraphicsSceneMouseEvent.buttons (self)

返回的是在事件被发送的时间按下鼠标按钮的组合。

See also button()和modifiers( ) 。

QPointF QGraphicsSceneMouseEvent.lastPos (self)

返回项的坐标最后记录的鼠标光标位置。

See also lastScenePos( )lastScreenPos()和pos( ) 。

QPointF QGraphicsSceneMouseEvent.lastScenePos (self)

返回场景坐标中的最后一个记录鼠标的光标位置。最后记录的位置是由创建该事件的观点获得了以前的鼠标事件的位置。

See also lastPos( )lastScreenPos()和scenePos( ) 。

QPoint QGraphicsSceneMouseEvent.lastScreenPos (self)

返回屏幕坐标的最后一个记录鼠标的光标位置。最后记录的位置是由创建该事件的观点获得了以前的鼠标事件的位置。

See also lastPos( )lastScenePos()和screenPos( ) 。

Qt.KeyboardModifiers QGraphicsSceneMouseEvent.modifiers (self)

返回当前使用的键盘功能键在事件的发送时间。

See also buttons()和button( ) 。

QPointF QGraphicsSceneMouseEvent.pos (self)

返回项目坐标中的鼠标光标位置。

See also scenePos( )screenPos()和lastPos( ) 。

QPointF QGraphicsSceneMouseEvent.scenePos (self)

返回场景坐标中的鼠标光标位置。

See also pos( )screenPos()和lastScenePos( ) 。

QPoint QGraphicsSceneMouseEvent.screenPos (self)

返回在屏幕坐标中的鼠标光标位置。

See also pos( )scenePos()和lastScreenPos( ) 。




PyQt 4.10.3 for X11 Copyright © Riverbank Computing Ltd and Nokia 2012 Qt 4.8.5