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

QGraphicsSceneMoveEvent Class Reference
[QtGui module]

该QGraphicsSceneMoveEvent类提供了小部件事件在移动图形视图框架。More...

继承QGraphicsSceneEvent

Methods


Detailed Description

该QGraphicsSceneMoveEvent类提供了小部件事件在移动图形视图框架。

A QGraphicsWidget立即发送本身就是一个QGraphicsSceneMoveEvent时,其局部位置的变化。输送被实现为部分QGraphicsItem.itemChange( ) 。

它类似于QMoveEvent,但它的位置,oldPos()和newPos( ) ,使用QPointF而不是QPoint


Method Documentation

QGraphicsSceneMoveEvent.__init__ (self)

构造一个QGraphicsSceneMoveEvent

QPointF QGraphicsSceneMoveEvent.newPos (self)

返回新的位置(即当前的位置) 。

See also oldPos()和QGraphicsItem.setPos( ) 。

QPointF QGraphicsSceneMoveEvent.oldPos (self)

返回旧位置(即位置立刻小部件被移到前) 。

See also newPos()和QGraphicsItem.setPos( ) 。




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