_ZN24QGraphicsSceneMouseEvent12setModifiersE6QFlagsIN2Qt16KeyboardModifierEE

Name

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

Synopsis

#include <QtGui/qgraphicssceneevent.h>

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

Description

The QGraphicsSceneMouseEvent::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.