]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/fildatob.tex
wxMenu implementations
[wxWidgets.git] / docs / latex / wx / fildatob.tex
... / ...
CommitLineData
1\section{\class{wxFileDataObject}}\label{wxfiledataobject}
2
3wxFileDataObject is a specialization of \helpref{wxDataObject}{wxdataobject}
4for file names. Unlike other predefined wxDataObject derivations, it only works
5in one direction - the one of setting the data, i.e. the program can only
6receive files dropped on it using it and there is no way (currently) to
7initiate a drag and drop file operation.
8
9\wxheading{Virtual functions to override}
10
11None.
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
36Constructor.
37
38\membersection{wxFileDataObject::GetFilenames}\label{wxfiledataobjectgetfilenames}
39
40\constfunc{const wxArrayString\& }{GetFilenames}{\void}
41
42Returns the \helpref{array}{wxarraystring} of file names.
43