_ZN27QGraphicsSceneDragDropEvent17setProposedActionEN2Qt10DropActionE

Name

QGraphicsSceneDragDropEvent::setProposedAction -- set the proposed action for the event

Synopsis

#include <QtGui/qgraphicssceneevent.h>

void QGraphicsSceneDragDropEvent::setProposedAction (Qt::DropAction action);

Description

The QGraphicsSceneDragDropEvent::setProposedAction() function shall set the proposed action to action.

The action should be one of the possible actions set using the QGraphicsSceneDragDropEvent::setPossibleActions() function.

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.