_ZN27QGraphicsSceneDragDropEvent12setScreenPosERK6QPoint

Name

QGraphicsSceneDragDropEvent::setScreenPos -- set the event mouse position relative to the screen

Synopsis

#include <QtGui/qgraphicssceneevent.h>

void QGraphicsSceneDragDropEvent::setScreenPos (const QPoint &pos);

Description

The QGraphicsSceneDragDropEvent::setScreenPos() function shall set the position of the mouse cursor associated with the event (i.e. the position at the moment when the event occurred) to the given point pos relative to the screen.

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.