_ZN24QGraphicsSceneWheelEvent12setModifiersE6QFlagsIN2Qt16KeyboardModifierEE

Name

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

Synopsis

#include <QtGui/qgraphicssceneevent.h>

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

Description

The QGraphicsSceneWheelEvent::setModifiers() function shall set the keyboard modifiers associated with the event (i.e. modifiers that were active when the event occurred) 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.