_ZN27QGraphicsSceneDragDropEvent10setButtonsE6QFlagsIN2Qt11MouseButtonEE

Name

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

Synopsis

#include <QtGui/qgraphicssceneevent.h>

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

Description

The QGraphicsSceneDragDropButtons() 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.