]>
Commit | Line | Data |
---|---|---|
1 | \section{\class{wxFileDataObject}}\label{wxfiledataobject} | |
2 | ||
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. | |
12 | ||
13 | \wxheading{Derived from} | |
14 | ||
15 | \helpref{wxDataObjectSimple}{wxdataobjectsimple} | |
16 | \helpref{wxDataObject}{wxdataobject} | |
17 | ||
18 | \wxheading{Include files} | |
19 | ||
20 | <wx/dataobj.h> | |
21 | ||
22 | \wxheading{See also} | |
23 | ||
24 | \helpref{wxDataObject}{wxdataobject}, | |
25 | \helpref{wxDataObjectSimple}{wxdataobjectsimple}, | |
26 | \helpref{wxTextDataObject}{wxtextdataobject}, | |
27 | \helpref{wxBitmapDataObject}{wxbitmapdataobject} | |
28 | \helpref{wxDataObject}{wxdataobject} | |
29 | ||
30 | \latexignore{\rtfignore{\wxheading{Members}}} | |
31 | ||
32 | \membersection{wxFileDataObject}\label{wxfiledataobjectwxfiledataobject} | |
33 | ||
34 | \func{}{wxFileDataObject}{\void} | |
35 | ||
36 | Constructor. | |
37 | ||
38 | \membersection{wxFileDataObject::GetFilenames}\label{wxfiledataobjectgetfilenames} | |
39 | ||
40 | \constfunc{const wxArrayString\& }{GetFilenames}{\void} | |
41 | ||
42 | Returns the \helpref{array}{wxarraystring} of file names. | |
43 |