1QIconDragEvent(3qt)                                        QIconDragEvent(3qt)
2
3
4

NAME

6       QIconDragEvent - Signals that a main icon drag has begun
7

SYNOPSIS

9       #include <qevent.h>
10
11       Inherits QEvent.
12
13   Public Members
14       QIconDragEvent ()
15       bool isAccepted () const
16       void accept ()
17       void ignore ()
18

DESCRIPTION

20       The QIconDragEvent class signals that a main icon drag has begun.
21
22       Icon drag events are sent to widgets when the main icon of a window has
23       been dragged away. On Mac OS X this is fired when the proxy icon of a
24       window is dragged off titlebar, in response to this event is is normal
25       to begin using drag and drop.
26
27       See also Event Classes.
28

MEMBER FUNCTION DOCUMENTATION

QIconDragEvent::QIconDragEvent ()

31       Constructs an icon drag event object with the accept parameter flag set
32       to FALSE.
33
34       See also accept().
35

void QIconDragEvent::accept ()

37       Sets the accept flag of the icon drag event object.
38
39       Setting the accept flag indicates that the receiver of this event has
40       started a drag and drop oeration.
41
42       The accept flag is not set by default.
43
44       See also ignore() and QWidget::hide().
45

void QIconDragEvent::ignore ()

47       Clears the accept flag of the icon drag object.
48
49       Clearing the accept flag indicates that the receiver of this event has
50       not handled the icon drag as a result other events can be sent.
51
52       The icon drag event is constructed with the accept flag cleared.
53
54       See also accept().
55

bool QIconDragEvent::isAccepted () const

57       Returns TRUE if the receiver of the event has started a drag and drop
58       operation; otherwise returns FALSE.
59
60       See also accept() and ignore().
61
62

SEE ALSO

64       http://doc.trolltech.com/qicondragevent.html
65       http://www.trolltech.com/faq/tech.html
66
68       Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com.  See the
69       license file included in the distribution for a complete license
70       statement.
71

AUTHOR

73       Generated automatically from the source code.
74

BUGS

76       If you find a bug in Qt, please report it as described in
77       http://doc.trolltech.com/bughowto.html.  Good bug reports help us to
78       help you. Thank you.
79
80       The definitive Qt documentation is provided in HTML format; it is
81       located at $QTDIR/doc/html and can be read using Qt Assistant or with a
82       web browser. This man page is provided as a convenience for those users
83       who prefer man pages, although this format is not officially supported
84       by Trolltech.
85
86       If you find errors in this manual page, please report them to qt-
87       bugs@trolltech.com.  Please include the name of the manual page
88       (qicondragevent.3qt) and the Qt version (3.3.8).
89
90
91
92Trolltech AS                    2 February 2007            QIconDragEvent(3qt)
Impressum