_ZN24QGraphicsSceneMouseEvent21setButtonDownScenePosEN2Qt11MouseButtonERK7QPointF

Name

QGraphicsSceneMouseEvent::setButtonDownScenePos -- set the mouse position where the specified button was clicked in scene coordinates

Synopsis

#include <QtGui/qgraphicssceneevent.h>

void QGraphicsSceneMouseEvent::setButtonDownScenePos (Qt::MouseButton button, const QPointF &pos);

Description

The QGraphicsSceneMouseEvent::setButtonDownScenePos() function shall set the mouse cursor position where the specified button button was clicked 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.