This file is indexed.

/usr/share/doc/libjuce/apiref/classDragAndDropTarget.html is in libjuce-doc 4.3.0~repack-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>JUCE: DragAndDropTarget Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">JUCE
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="classDragAndDropTarget-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">DragAndDropTarget Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div>  </div>
</div><!--header-->
<div class="contents">

<p>Components derived from this class can have things dropped onto them by a <a class="el" href="classDragAndDropContainer.html" title="Enables drag-and-drop behaviour for a component and all its sub-components. ">DragAndDropContainer</a>.  
 <a href="classDragAndDropTarget.html#details">More...</a></p>
<div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
  <img id="dynsection-0-trigger" src="closed.png" alt="+"/> Inheritance diagram for DragAndDropTarget:</div>
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
 <div class="center">
  <img src="classDragAndDropTarget.png" usemap="#DragAndDropTarget_map" alt=""/>
  <map id="DragAndDropTarget_map" name="DragAndDropTarget_map">
<area href="classToolbar.html" title="A toolbar component. " alt="Toolbar" shape="rect" coords="0,56,127,80"/>
<area href="classTreeView.html" title="A tree-view component. " alt="TreeView" shape="rect" coords="137,56,264,80"/>
<area href="classFileTreeComponent.html" title="A component that displays the files in a directory as a treeview. " alt="FileTreeComponent" shape="rect" coords="137,112,264,136"/>
</map>
 </div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDragAndDropTarget_1_1SourceDetails.html">SourceDetails</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Contains details about the source of a drag-and-drop operation.  <a href="classDragAndDropTarget_1_1SourceDetails.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ae38b4052c9fb331f52a5cf41d9e4efca"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDragAndDropTarget.html#ae38b4052c9fb331f52a5cf41d9e4efca">~DragAndDropTarget</a> ()</td></tr>
<tr class="memdesc:ae38b4052c9fb331f52a5cf41d9e4efca"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor.  <a href="#ae38b4052c9fb331f52a5cf41d9e4efca">More...</a><br /></td></tr>
<tr class="separator:ae38b4052c9fb331f52a5cf41d9e4efca"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a53853ec7aac70f5590a590b84c3f4f12"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDragAndDropTarget.html#a53853ec7aac70f5590a590b84c3f4f12">isInterestedInDragSource</a> (const <a class="el" href="classDragAndDropTarget_1_1SourceDetails.html">SourceDetails</a> &amp;dragSourceDetails)=0</td></tr>
<tr class="memdesc:a53853ec7aac70f5590a590b84c3f4f12"><td class="mdescLeft">&#160;</td><td class="mdescRight">Callback to check whether this target is interested in the type of object being dragged.  <a href="#a53853ec7aac70f5590a590b84c3f4f12">More...</a><br /></td></tr>
<tr class="separator:a53853ec7aac70f5590a590b84c3f4f12"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a116d963d936a6f1fff772d7d4bb6c811"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDragAndDropTarget.html#a116d963d936a6f1fff772d7d4bb6c811">itemDragEnter</a> (const <a class="el" href="classDragAndDropTarget_1_1SourceDetails.html">SourceDetails</a> &amp;dragSourceDetails)</td></tr>
<tr class="memdesc:a116d963d936a6f1fff772d7d4bb6c811"><td class="mdescLeft">&#160;</td><td class="mdescRight">Callback to indicate that something is being dragged over this component.  <a href="#a116d963d936a6f1fff772d7d4bb6c811">More...</a><br /></td></tr>
<tr class="separator:a116d963d936a6f1fff772d7d4bb6c811"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7f867a2c2d966cd80b0b6736a7ff96f1"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDragAndDropTarget.html#a7f867a2c2d966cd80b0b6736a7ff96f1">itemDragMove</a> (const <a class="el" href="classDragAndDropTarget_1_1SourceDetails.html">SourceDetails</a> &amp;dragSourceDetails)</td></tr>
<tr class="memdesc:a7f867a2c2d966cd80b0b6736a7ff96f1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Callback to indicate that the user is dragging something over this component.  <a href="#a7f867a2c2d966cd80b0b6736a7ff96f1">More...</a><br /></td></tr>
<tr class="separator:a7f867a2c2d966cd80b0b6736a7ff96f1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1b99d312afac5f1a84fe1ef84c94982e"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDragAndDropTarget.html#a1b99d312afac5f1a84fe1ef84c94982e">itemDragExit</a> (const <a class="el" href="classDragAndDropTarget_1_1SourceDetails.html">SourceDetails</a> &amp;dragSourceDetails)</td></tr>
<tr class="memdesc:a1b99d312afac5f1a84fe1ef84c94982e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Callback to indicate that something has been dragged off the edge of this component.  <a href="#a1b99d312afac5f1a84fe1ef84c94982e">More...</a><br /></td></tr>
<tr class="separator:a1b99d312afac5f1a84fe1ef84c94982e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac2240ffc2dd0ccf61670780a15b66017"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDragAndDropTarget.html#ac2240ffc2dd0ccf61670780a15b66017">itemDropped</a> (const <a class="el" href="classDragAndDropTarget_1_1SourceDetails.html">SourceDetails</a> &amp;dragSourceDetails)=0</td></tr>
<tr class="memdesc:ac2240ffc2dd0ccf61670780a15b66017"><td class="mdescLeft">&#160;</td><td class="mdescRight">Callback to indicate that the user has dropped something onto this component.  <a href="#ac2240ffc2dd0ccf61670780a15b66017">More...</a><br /></td></tr>
<tr class="separator:ac2240ffc2dd0ccf61670780a15b66017"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a160dc7a89ab43cd8d55c5e902bd0032c"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDragAndDropTarget.html#a160dc7a89ab43cd8d55c5e902bd0032c">shouldDrawDragImageWhenOver</a> ()</td></tr>
<tr class="memdesc:a160dc7a89ab43cd8d55c5e902bd0032c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Overriding this allows the target to tell the drag container whether to draw the drag image while the cursor is over it.  <a href="#a160dc7a89ab43cd8d55c5e902bd0032c">More...</a><br /></td></tr>
<tr class="separator:a160dc7a89ab43cd8d55c5e902bd0032c"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Components derived from this class can have things dropped onto them by a <a class="el" href="classDragAndDropContainer.html" title="Enables drag-and-drop behaviour for a component and all its sub-components. ">DragAndDropContainer</a>. </p>
<p>To create a component that can receive things drag-and-dropped by a <a class="el" href="classDragAndDropContainer.html" title="Enables drag-and-drop behaviour for a component and all its sub-components. ">DragAndDropContainer</a>, derive your component from this class, and make sure that it is somewhere inside a <a class="el" href="classDragAndDropContainer.html" title="Enables drag-and-drop behaviour for a component and all its sub-components. ">DragAndDropContainer</a> component.</p>
<p>Note: If all that you need to do is to respond to files being drag-and-dropped from the operating system onto your component, you don't need any of these classes: instead see the <a class="el" href="classFileDragAndDropTarget.html" title="Components derived from this class can have files dropped onto them by an external application...">FileDragAndDropTarget</a> class.</p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classDragAndDropContainer.html" title="Enables drag-and-drop behaviour for a component and all its sub-components. ">DragAndDropContainer</a>, <a class="el" href="classFileDragAndDropTarget.html" title="Components derived from this class can have files dropped onto them by an external application...">FileDragAndDropTarget</a> </dd></dl>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="ae38b4052c9fb331f52a5cf41d9e4efca"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae38b4052c9fb331f52a5cf41d9e4efca">&sect;&nbsp;</a></span>~DragAndDropTarget()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual DragAndDropTarget::~DragAndDropTarget </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Destructor. </p>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="a53853ec7aac70f5590a590b84c3f4f12"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a53853ec7aac70f5590a590b84c3f4f12">&sect;&nbsp;</a></span>isInterestedInDragSource()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool DragAndDropTarget::isInterestedInDragSource </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classDragAndDropTarget_1_1SourceDetails.html">SourceDetails</a> &amp;&#160;</td>
          <td class="paramname"><em>dragSourceDetails</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Callback to check whether this target is interested in the type of object being dragged. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">dragSourceDetails</td><td>contains information about the source of the drag operation. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>true if this component wants to receive the other callbacks regarging this type of object; if it returns false, no other callbacks will be made. </dd></dl>

<p>Implemented in <a class="el" href="classTreeView.html#afbfa354c5869c63a4c101e492c28c48a">TreeView</a>, and <a class="el" href="classToolbar.html#ae1c6a81d86121f50624aa3138eb02e10">Toolbar</a>.</p>

</div>
</div>
<a id="a116d963d936a6f1fff772d7d4bb6c811"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a116d963d936a6f1fff772d7d4bb6c811">&sect;&nbsp;</a></span>itemDragEnter()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual void DragAndDropTarget::itemDragEnter </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classDragAndDropTarget_1_1SourceDetails.html">SourceDetails</a> &amp;&#160;</td>
          <td class="paramname"><em>dragSourceDetails</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Callback to indicate that something is being dragged over this component. </p>
<p>This gets called when the user moves the mouse into this component while dragging something.</p>
<p>Use this callback as a trigger to make your component repaint itself to give the user feedback about whether the item can be dropped here or not.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">dragSourceDetails</td><td>contains information about the source of the drag operation. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classDragAndDropTarget.html#a1b99d312afac5f1a84fe1ef84c94982e" title="Callback to indicate that something has been dragged off the edge of this component. ">itemDragExit</a> </dd></dl>

<p>Reimplemented in <a class="el" href="classTreeView.html#aeb8f828cfdbc9ea9fcdb96defac80a69">TreeView</a>.</p>

</div>
</div>
<a id="a7f867a2c2d966cd80b0b6736a7ff96f1"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a7f867a2c2d966cd80b0b6736a7ff96f1">&sect;&nbsp;</a></span>itemDragMove()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual void DragAndDropTarget::itemDragMove </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classDragAndDropTarget_1_1SourceDetails.html">SourceDetails</a> &amp;&#160;</td>
          <td class="paramname"><em>dragSourceDetails</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Callback to indicate that the user is dragging something over this component. </p>
<p>This gets called when the user moves the mouse over this component while dragging something. Normally overriding <a class="el" href="classDragAndDropTarget.html#a116d963d936a6f1fff772d7d4bb6c811" title="Callback to indicate that something is being dragged over this component. ">itemDragEnter()</a> and <a class="el" href="classDragAndDropTarget.html#a1b99d312afac5f1a84fe1ef84c94982e" title="Callback to indicate that something has been dragged off the edge of this component. ">itemDragExit()</a> are enough, but this lets you know what happens in-between.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">dragSourceDetails</td><td>contains information about the source of the drag operation. </td></tr>
  </table>
  </dd>
</dl>

<p>Reimplemented in <a class="el" href="classTreeView.html#a473067477127fb1e66f51000588eb06a">TreeView</a>, and <a class="el" href="classToolbar.html#a58ac4f895b8424743dd82ed215e11fca">Toolbar</a>.</p>

</div>
</div>
<a id="a1b99d312afac5f1a84fe1ef84c94982e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1b99d312afac5f1a84fe1ef84c94982e">&sect;&nbsp;</a></span>itemDragExit()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual void DragAndDropTarget::itemDragExit </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classDragAndDropTarget_1_1SourceDetails.html">SourceDetails</a> &amp;&#160;</td>
          <td class="paramname"><em>dragSourceDetails</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Callback to indicate that something has been dragged off the edge of this component. </p>
<p>This gets called when the user moves the mouse out of this component while dragging something.</p>
<p>If you've used <a class="el" href="classDragAndDropTarget.html#a116d963d936a6f1fff772d7d4bb6c811" title="Callback to indicate that something is being dragged over this component. ">itemDragEnter()</a> to repaint your component and give feedback, use this as a signal to repaint it in its normal state.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">dragSourceDetails</td><td>contains information about the source of the drag operation. </td></tr>
  </table>
  </dd>
</dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classDragAndDropTarget.html#a116d963d936a6f1fff772d7d4bb6c811" title="Callback to indicate that something is being dragged over this component. ">itemDragEnter</a> </dd></dl>

<p>Reimplemented in <a class="el" href="classTreeView.html#a7e994c0a2e560228bdce393acefab088">TreeView</a>, and <a class="el" href="classToolbar.html#ac622c56495cd76e6dcf359610b84a418">Toolbar</a>.</p>

</div>
</div>
<a id="ac2240ffc2dd0ccf61670780a15b66017"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac2240ffc2dd0ccf61670780a15b66017">&sect;&nbsp;</a></span>itemDropped()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual void DragAndDropTarget::itemDropped </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classDragAndDropTarget_1_1SourceDetails.html">SourceDetails</a> &amp;&#160;</td>
          <td class="paramname"><em>dragSourceDetails</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Callback to indicate that the user has dropped something onto this component. </p>
<p>When the user drops an item this get called, and you can use the description to work out whether your object wants to deal with it or not.</p>
<p>Note that after this is called, the itemDragExit method may not be called, so you should clean up in here if there's anything you need to do when the drag finishes.</p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">dragSourceDetails</td><td>contains information about the source of the drag operation. </td></tr>
  </table>
  </dd>
</dl>

<p>Implemented in <a class="el" href="classTreeView.html#a1dddbf29a676760f6ba45bde53e952e9">TreeView</a>, and <a class="el" href="classToolbar.html#a834c50d62372f02a7b9c217d3e9130ba">Toolbar</a>.</p>

</div>
</div>
<a id="a160dc7a89ab43cd8d55c5e902bd0032c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a160dc7a89ab43cd8d55c5e902bd0032c">&sect;&nbsp;</a></span>shouldDrawDragImageWhenOver()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool DragAndDropTarget::shouldDrawDragImageWhenOver </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Overriding this allows the target to tell the drag container whether to draw the drag image while the cursor is over it. </p>
<p>By default it returns true, but if you return false, then the normal drag image will not be shown when the cursor is over this target. </p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="juce__DragAndDropTarget_8h.html">juce_DragAndDropTarget.h</a></li>
</ul>
</div><!-- contents -->
<hr class="footer"/>
<address class="footer"><small>All content &copy ROLI Ltd.</small></address><br/>
</body>
</html>