_ZN27QGraphicsSceneDragDropEvent18setPossibleActionsE6QFlagsIN2Qt10DropActionEE

Name

QGraphicsSceneDragDropEvent::setPossibleActions -- set the possible drop actions that the drag can result in

Synopsis

#include <QtGui/qgraphicssceneevent.h>

void QGraphicsSceneDragDropEvent::setPossibleActions (Qt::DropActions actions);

Description

The QGraphicsSceneDragDropEvent::setPossibleActions() function shall set the possible drop actions that the drag can result in to actions.

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.