QDragResponseEvent Class Reference

#include <qevent.h>

Inheritance diagram for QDragResponseEvent:

Inheritance graph
[legend]
Collaboration diagram for QDragResponseEvent:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 523 of file qevent.h.

Public Member Functions

 QDragResponseEvent (bool accepted)
 ~QDragResponseEvent ()
bool dragAccepted () const

Protected Attributes

bool a


Constructor & Destructor Documentation

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 (  ) 

Definition at line 2455 of file qevent.cpp.

02456 {
02457 }


Member Function Documentation

bool QDragResponseEvent::dragAccepted (  )  const [inline]

Definition at line 529 of file qevent.h.

References a.

00529 { return a; }


Member Data Documentation

bool QDragResponseEvent::a [protected]

Definition at line 531 of file qevent.h.


The documentation for this class was generated from the following files:
Generated on Thu Mar 15 17:29:59 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1