1QDragLeaveEvent(3qt)                                      QDragLeaveEvent(3qt)
2
3
4

NAME

6       QDragLeaveEvent - Event which is sent to the widget when a drag and
7       drop leaves the widget
8

SYNOPSIS

10       #include <qevent.h>
11
12       Inherits QEvent.
13
14   Public Members
15       QDragLeaveEvent ()
16

DESCRIPTION

18       The QDragLeaveEvent class provides an event which is sent to the widget
19       when a drag and drop leaves the widget.
20
21       This event is always preceded by a QDragEnterEvent and a series of
22       QDragMoveEvents. It is not sent if a QDropEvent is sent instead.
23
24       See also QDragEnterEvent, QDragMoveEvent, QDropEvent, Drag And Drop
25       Classes, and Event Classes.
26

MEMBER FUNCTION DOCUMENTATION

QDragLeaveEvent::QDragLeaveEvent ()

29       Constructs a QDragLeaveEvent.
30
31       Warning: Do not create a QDragLeaveEvent yourself since these objects
32       rely on Qt's internal state.
33
34

SEE ALSO

36       http://doc.trolltech.com/qdragleaveevent.html
37       http://www.trolltech.com/faq/tech.html
38
40       Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com.  See the
41       license file included in the distribution for a complete license
42       statement.
43

AUTHOR

45       Generated automatically from the source code.
46

BUGS

48       If you find a bug in Qt, please report it as described in
49       http://doc.trolltech.com/bughowto.html.  Good bug reports help us to
50       help you. Thank you.
51
52       The definitive Qt documentation is provided in HTML format; it is
53       located at $QTDIR/doc/html and can be read using Qt Assistant or with a
54       web browser. This man page is provided as a convenience for those users
55       who prefer man pages, although this format is not officially supported
56       by Trolltech.
57
58       If you find errors in this manual page, please report them to qt-
59       bugs@trolltech.com.  Please include the name of the manual page
60       (qdragleaveevent.3qt) and the Qt version (3.3.8).
61
62
63
64Trolltech AS                    2 February 2007           QDragLeaveEvent(3qt)
Impressum