1 \section{\class{wxFileDropTarget
}}\label{wxfiledroptarget
}
3 A drop target which accepts files (dragged from File Manager or Explorer).
5 \wxheading{Derived from
}
7 \helpref{wxDropTarget
}{wxdroptarget
}
9 \wxheading{Include files
}
15 \helpref{Drag and drop overview
}{wxdndoverview
},
\helpref{wxDropSource
}{wxdropsource
},
16 \helpref{wxDropTarget
}{wxdroptarget
},
\helpref{wxTextDropTarget
}{wxtextdroptarget
}
18 \latexignore{\rtfignore{\wxheading{Members
}}}
20 \membersection{wxFileDropTarget::wxFileDropTarget
}\label{wxfiledroptargetwxfiledroptarget
}
22 \func{}{wxFileDropTarget
}{\void}
26 \membersection{wxFileDropTarget::OnDrop
}\label{wxfiledroptargetondrop
}
28 \func{virtual bool
}{OnDrop
}{\param{long
}{x
},
\param{long
}{y
},
\param{const void
}{*data
},
\param{size
\_t }{size
}}
30 See
\helpref{wxDropTarget::OnDrop
}{wxdroptargetondrop
}. This function is implemented
31 appropriately for files, and calls
\helpref{wxFileDropTarget::OnDropFiles
}{wxfiledroptargetondropfiles
}.
33 \membersection{wxFileDropTarget::OnDropFiles
}\label{wxfiledroptargetondropfiles
}
35 \func{virtual bool
}{OnDropFiles
}{\param{long
}{x
},
\param{long
}{y
},
\param{size
\_t }{nFiles
},
\param{const char * const
}{files
[]}}
37 Override this function to receive dropped files.
39 \wxheading{Parameters
}
41 \docparam{x
}{The x coordinate of the mouse.
}
43 \docparam{y
}{The y coordinate of the mouse.
}
45 \docparam{nFiles
}{The number of files being dropped.
}
47 \docparam{files
}{An array of filenames.
}
49 \wxheading{Return value
}
51 Return TRUE to accept the data, FALSE to veto the operation.