]>
Commit | Line | Data |
---|---|---|
dface61c JS |
1 | \section{\class{wxFileDataObject}}\label{wxfiledataobject} |
2 | ||
717a57c2 VZ |
3 | wxFileDataObject is a specialization of \helpref{wxDataObject}{wxdataobject} |
4 | for file names. Unlike other predefined wxDataObject derivations, it only works | |
5 | in one direction - the one of setting the data, i.e. the program can only | |
6 | receive files dropped on it using it and there is no way (currently) to | |
7 | initiate a drag and drop file operation. | |
8 | ||
9 | \wxheading{Virtual functions to override} | |
10 | ||
11 | None. | |
dface61c JS |
12 | |
13 | \wxheading{Derived from} | |
14 | ||
717a57c2 | 15 | \helpref{wxDataObjectSimple}{wxdataobjectsimple} |
dface61c JS |
16 | \helpref{wxDataObject}{wxdataobject} |
17 | ||
954b8ae6 JS |
18 | \wxheading{Include files} |
19 | ||
20 | <wx/dataobj.h> | |
21 | ||
dface61c JS |
22 | \wxheading{See also} |
23 | ||
717a57c2 VZ |
24 | \helpref{wxDataObject}{wxdataobject}, |
25 | \helpref{wxDataObjectSimple}{wxdataobjectsimple}, | |
26 | \helpref{wxTextDataObject}{wxtextdataobject}, | |
27 | \helpref{wxBitmapDataObject}{wxbitmapdataobject} | |
dface61c JS |
28 | \helpref{wxDataObject}{wxdataobject} |
29 | ||
30 | \latexignore{\rtfignore{\wxheading{Members}}} | |
31 | ||
717a57c2 | 32 | \membersection{wxFileDataObject}\label{wxfiledataobjectwxfiledataobject} |
dface61c JS |
33 | |
34 | \func{}{wxFileDataObject}{\void} | |
35 | ||
36 | Constructor. | |
37 | ||
717a57c2 | 38 | \membersection{wxFileDataObject::GetFilenames}\label{wxfiledataobjectgetfilenames} |
dface61c | 39 | |
717a57c2 | 40 | \constfunc{const wxArrayString\& }{GetFilenames}{\void} |
dface61c | 41 | |
717a57c2 | 42 | Returns the \helpref{array}{wxarraystring} of file names. |
dface61c | 43 |