#include <qevent.h>
Inheritance diagram for QDragResponseEvent:


Definition at line 523 of file qevent.h.
Public Member Functions | |
| QDragResponseEvent (bool accepted) | |
| ~QDragResponseEvent () | |
| bool | dragAccepted () const |
Protected Attributes | |
| bool | a |
| QDragResponseEvent::QDragResponseEvent | ( | bool | accepted | ) |
Constructs a drag response event containing the accepted value, indicating whether the drag and drop operation was accepted by the recipient.
Definition at line 2449 of file qevent.cpp.
02450 : QEvent(DragResponse), a(accepted) 02451 {}
| QDragResponseEvent::~QDragResponseEvent | ( | ) |
| bool QDragResponseEvent::dragAccepted | ( | ) | const [inline] |
bool QDragResponseEvent::a [protected] |
1.5.1