The QGraphicsSceneMoveEvent class provides events for widget moving in the graphics view framework. More...
#include <QGraphicsSceneMoveEvent>
Inherits: QGraphicsSceneEvent.
This class was introduced in Qt 4.4.
QGraphicsSceneMoveEvent () | |
~QGraphicsSceneMoveEvent () | |
QPointF | newPos () const |
QPointF | oldPos () const |
The QGraphicsSceneMoveEvent class provides events for widget moving in the graphics view framework.
A QGraphicsWidget sends itself a QGraphicsSceneMoveEvent immediately when its local position changes. The delivery is implemented as part of QGraphicsItem::itemChange().
It's similar to QMoveEvent, but its positions, oldPos() and newPos(), use QPointF instead of QPoint.
See also QGraphicsItem::setPos(), QGraphicsItem::ItemPositionChange, and QGraphicsItem::ItemPositionHasChanged.
Constructs a QGraphicsSceneMoveEvent.
Destroys the QGraphicsSceneMoveEvent.
Returns the new position (i.e., the current position).
See also oldPos() and QGraphicsItem::setPos().
Returns the old position (i.e., the position immediately before the widget was moved).
See also newPos() and QGraphicsItem::setPos().
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.