_ZN24QGraphicsSceneMouseEvent10setLastPosERK7QPointF

Name

QGraphicsSceneMouseEvent::setLastPos -- set the last recorded mouse cursor position in item coordinates

Synopsis

#include <QtGui/qgraphicssceneevent.h>

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

Description

The QGraphicsSceneMouseEvent::setLastPos() function shall set the last recorded mouse cursor position associated with the event to the given point pos in item 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.