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}
|
1999-11-04 02:39:19 +00:00
|
|
|
for file names. The program works with it just as if it were a list of file
|
|
|
|
names (absolutep aths always), but internally it uses the same format as
|
|
|
|
Explorer and other compatible programs under Windows or GNOME/KDE filemanager
|
|
|
|
under Unix which makes it possible to receive files from them using this
|
|
|
|
class.
|
|
|
|
|
|
|
|
{\bf Warning:} Under all non-Windows platforms this class is currently
|
|
|
|
"input-only", i.e. you can receieve the files from another application, but
|
|
|
|
copying (or dragging) file(s) from a wxWindows application is not currently
|
|
|
|
supported.
|
1999-11-02 01:25:43 +00:00
|
|
|
|
|
|
|
\wxheading{Virtual functions to override}
|
|
|
|
|
|
|
|
None.
|
1999-01-13 14:23:31 +00:00
|
|
|
|
|
|
|
\wxheading{Derived from}
|
|
|
|
|
1999-11-02 10:02:01 +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-04 02:39:19 +00:00
|
|
|
\membersection{wxFileDataObject::AddFile}\label{wxfiledataobjectaddfile}
|
|
|
|
|
|
|
|
\func{virtual void}{AddFile}{\param{const wxString\& }{file}}
|
|
|
|
|
|
|
|
{\bf MSW only:} adds a file to the file list represented by this data object.
|
|
|
|
|
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
|
|
|
|