1999-01-13 14:23:31 +00:00
|
|
|
\section{\class{wxFileDataObject}}\label{wxfiledataobject}
|
|
|
|
|
1999-11-02 01:25:43 +00:00
|
|
|
wxFileDataObject is a specialization of \helpref{wxDataObject}{wxdataobject}
|
|
|
|
for file names. Unlike other predefined wxDataObject derivations, it only works
|
|
|
|
in one direction - the one of setting the data, i.e. the program can only
|
|
|
|
receive files dropped on it using it and there is no way (currently) to
|
|
|
|
initiate a drag and drop file operation.
|
|
|
|
|
|
|
|
\wxheading{Virtual functions to override}
|
|
|
|
|
|
|
|
None.
|
1999-01-13 14:23:31 +00:00
|
|
|
|
|
|
|
\wxheading{Derived from}
|
|
|
|
|
1999-11-02 01:25:43 +00:00
|
|
|
\helpref{wxDataObjectSimple}{wxdataobjectsimple}
|
1999-01-13 14:23:31 +00:00
|
|
|
\helpref{wxDataObject}{wxdataobject}
|
|
|
|
|
1999-02-15 20:41:29 +00:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/dataobj.h>
|
|
|
|
|
1999-01-13 14:23:31 +00:00
|
|
|
\wxheading{See also}
|
|
|
|
|
1999-11-02 01:25:43 +00:00
|
|
|
\helpref{wxDataObject}{wxdataobject},
|
|
|
|
\helpref{wxDataObjectSimple}{wxdataobjectsimple},
|
|
|
|
\helpref{wxTextDataObject}{wxtextdataobject},
|
|
|
|
\helpref{wxBitmapDataObject}{wxbitmapdataobject}
|
1999-01-13 14:23:31 +00:00
|
|
|
\helpref{wxDataObject}{wxdataobject}
|
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
1999-11-02 01:25:43 +00:00
|
|
|
\membersection{wxFileDataObject}\label{wxfiledataobjectwxfiledataobject}
|
1999-01-13 14:23:31 +00:00
|
|
|
|
|
|
|
\func{}{wxFileDataObject}{\void}
|
|
|
|
|
|
|
|
Constructor.
|
|
|
|
|
1999-11-02 01:25:43 +00:00
|
|
|
\membersection{wxFileDataObject::GetFilenames}\label{wxfiledataobjectgetfilenames}
|
1999-01-13 14:23:31 +00:00
|
|
|
|
1999-11-02 01:25:43 +00:00
|
|
|
\constfunc{const wxArrayString\& }{GetFilenames}{\void}
|
1999-01-13 14:23:31 +00:00
|
|
|
|
1999-11-02 01:25:43 +00:00
|
|
|
Returns the \helpref{array}{wxarraystring} of file names.
|
1999-01-13 14:23:31 +00:00
|
|
|
|