_ZN27QGraphicsSceneDragDropEvent12setModifiersE6QFlagsIN2Qt16KeyboardModifierEE

Name

QGraphicsSceneDragDropEvent::setModifiers -- set the keyboard modifiers that were active when the event was created

Synopsis

#include <QtGui/qgraphicssceneevent.h>

void QGraphicsSceneDragDropEvent::setModifiers (Qt::KeyboardModifiers modifiers);

Description

The QGraphicsSceneDragDropEvent::setModifiers() function shall set the keyboard modifiers associated with the event (i.e. modifiers that were active when the event was created) to modifiers.

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.