_ZN24QGraphicsSceneMouseEvent15setLastScenePosERK7QPointF

Name

QGraphicsSceneMouseEvent::setLastScenePos -- set the last recorded mouse cursor position in scene coordinates

Synopsis

#include <QtGui/qgraphicssceneevent.h>

void QGraphicsSceneMouseEvent::setLastScenePos (const QPointF &pos);

Description

The QGraphicsSceneMouseEvent::setLastScenePos() function shall set the last recorded mouse cursor position associated with the event to the given point pos in scene coordinates.

This function is not intended to be used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.