source: trunk/doc/html/qicondragevent.html

Last change on this file was 190, checked in by rudi, 14 years ago

reference documentation added

File size: 4.1 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qevent.cpp:1494 -->
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6<title>QIconDragEvent Class</title>
7<style type="text/css"><!--
8fn { margin-left: 1cm; text-indent: -1cm; }
9a:link { color: #004faf; text-decoration: none }
10a:visited { color: #672967; text-decoration: none }
11body { background: #ffffff; color: black; }
12--></style>
13</head>
14<body>
15
16<table border="0" cellpadding="0" cellspacing="0" width="100%">
17<tr bgcolor="#E5E5E5">
18<td valign=center>
19 <a href="index.html">
20<font color="#004faf">Home</font></a>
21 | <a href="classes.html">
22<font color="#004faf">All&nbsp;Classes</font></a>
23 | <a href="mainclasses.html">
24<font color="#004faf">Main&nbsp;Classes</font></a>
25 | <a href="annotated.html">
26<font color="#004faf">Annotated</font></a>
27 | <a href="groups.html">
28<font color="#004faf">Grouped&nbsp;Classes</font></a>
29 | <a href="functions.html">
30<font color="#004faf">Functions</font></a>
31</td>
32<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>QIconDragEvent Class Reference</h1>
33
34<p>The QIconDragEvent class signals that a main icon drag has begun.
35<a href="#details">More...</a>
36<p><tt>#include &lt;<a href="qevent-h.html">qevent.h</a>&gt;</tt>
37<p>Inherits <a href="qevent.html">QEvent</a>.
38<p><a href="qicondragevent-members.html">List of all member functions.</a>
39<h2>Public Members</h2>
40<ul>
41<li class=fn><a href="#QIconDragEvent"><b>QIconDragEvent</b></a> ()</li>
42<li class=fn>bool <a href="#isAccepted"><b>isAccepted</b></a> () const</li>
43<li class=fn>void <a href="#accept"><b>accept</b></a> ()</li>
44<li class=fn>void <a href="#ignore"><b>ignore</b></a> ()</li>
45</ul>
46<hr><a name="details"></a><h2>Detailed Description</h2>
47
48
49The QIconDragEvent class signals that a main icon drag has begun.
50<p>
51<p> Icon drag events are sent to widgets when the main icon of a window has been dragged away.
52On Mac OS X this is fired when the proxy icon of a window is dragged off titlebar, in response to
53this event is is normal to begin using drag and drop.
54<p>See also <a href="events.html">Event Classes</a>.
55
56<hr><h2>Member Function Documentation</h2>
57<h3 class=fn><a name="QIconDragEvent"></a>QIconDragEvent::QIconDragEvent ()
58</h3>
59
60<p> Constructs an icon drag event object with the accept parameter
61flag set to FALSE.
62<p> <p>See also <a href="#accept">accept</a>().
63
64<h3 class=fn>void <a name="accept"></a>QIconDragEvent::accept ()
65</h3>
66
67<p> Sets the accept flag of the icon drag event object.
68<p> Setting the accept flag indicates that the receiver of this event
69has started a drag and drop oeration.
70<p> The accept flag is <em>not</em> set by default.
71<p> <p>See also <a href="#ignore">ignore</a>() and <a href="qwidget.html#hide">QWidget::hide</a>().
72
73<h3 class=fn>void <a name="ignore"></a>QIconDragEvent::ignore ()
74</h3>
75
76<p> Clears the accept flag of the icon drag object.
77<p> Clearing the accept flag indicates that the receiver of this event
78has not handled the icon drag as a result other events can be sent.
79<p> The icon drag event is constructed with the accept flag cleared.
80<p> <p>See also <a href="#accept">accept</a>().
81
82<h3 class=fn>bool <a name="isAccepted"></a>QIconDragEvent::isAccepted () const
83</h3>
84
85<p> Returns TRUE if the receiver of the event has started a drag and
86drop operation; otherwise returns FALSE.
87<p> <p>See also <a href="#accept">accept</a>() and <a href="#ignore">ignore</a>().
88
89<!-- eof -->
90<hr><p>
91This file is part of the <a href="index.html">Qt toolkit</a>.
92Copyright &copy; 1995-2007
93<a href="http://www.trolltech.com/">Trolltech</a>. All Rights Reserved.<p><address><hr><div align=center>
94<table width=100% cellspacing=0 border=0><tr>
95<td>Copyright &copy; 2007
96<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
97<td align=right><div align=right>Qt 3.3.8</div>
98</table></div></address></body>
99</html>
Note: See TracBrowser for help on using the repository browser.