_ZN24QGraphicsSceneMouseEvent9setButtonEN2Qt11MouseButtonE

Name

QGraphicsSceneMouseEvent::setButton -- set the mouse button associated with event

Synopsis

#include <QtGui/qgraphicssceneevent.h>

void QGraphicsSceneMouseEvent::setButton (Qt::MouseButton button);

Description

The QGraphicsSceneMouseEvent::setButton() function shall set the mouse button associated with the event (i.e. the button that caused the event) to button.

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.