_ZN18QDragResponseEventC1Eb, _ZN18QDragResponseEventC2Eb

Name

QDragResponseEvent::QDragResponseEvent -- QDragResponseEvent constructor

Synopsis


#include <QtGui/qevent.h>

QDragResponseEvent::QDragResponseEvent(bool accepted);

Description

The QDragResponseEvent::QDragResponseEvent() function shall construct a drag response event containing the accepted value, indicating whether the drag and drop operation was accepted by the recipient.

This function is not intended to be used by applications directly, but may appear among appliction dependencies as a result of usage of other functions and macros.