_ZN24QGraphicsSceneMouseEvent10setButtonsE6QFlagsIN2Qt11MouseButtonEE

Name

QGraphicsSceneMouseEvent::setButtons -- set the mouse buttons that were pressed when the event was created

Synopsis

#include <QtGui/qgraphicssceneevent.h>

void QGraphicsSceneMouseEvent::setButtons (Qt::MouseButtonss buttons);

Description

The QGraphicsSceneMouseEvent::setButtons() function shall set the mouse buttons associated with the event (i.e. buttons that were pressed when the event was created) to buttons.

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.