_ZN23QGraphicsSceneHelpEvent11setScenePosERK7QPointF

Name

QGraphicsSceneHelpEvent::setScenePos -- set the event mouse position relative to the scene

Synopsis

#include <QtGui/qgraphicssceneevent.h>

void QGraphicsSceneHelpEvent::setScenePos (const QPointF &pos);

Description

The QGraphicsSceneHelpEvent::setScenePos() function shall set the position of the cursor associated with the event (i.e. the position where the event occurred) to the given point pos relative to the scene.

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.