_ZN30QGraphicsSceneContextMenuEvent12setModifiersE6QFlagsIN2Qt16KeyboardModifierEE

Name

QGraphicsSceneContextMenuEvent::setModifiers -- set the keyboard modifiers that were activa when the event was created

Synopsis

#include <QtGui/qgraphicssceneevent.h>

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

Description

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