1999-01-13 14:23:31 +00:00
|
|
|
\section{\class{wxFileDataObject}}\label{wxfiledataobject}
|
|
|
|
|
|
|
|
wxFileDataObject is a specialization of wxDataObject for file names.
|
|
|
|
|
|
|
|
\wxheading{Derived from}
|
|
|
|
|
|
|
|
\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}
|
|
|
|
|
|
|
|
\helpref{wxDataObject}{wxdataobject}
|
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
\membersection{wxFileDataObject::wxFileDataObject}\label{wxfiledataobjectwxfiledataobject}
|
|
|
|
|
|
|
|
\func{}{wxFileDataObject}{\void}
|
|
|
|
|
|
|
|
Constructor.
|
|
|
|
|
|
|
|
\membersection{wxFileDataObject::GetFormat}\label{wxfiledataobjectgetformat}
|
|
|
|
|
|
|
|
\constfunc{virtual wxDataFormat}{GetFormat}{\void}
|
|
|
|
|
|
|
|
Returns wxDF\_FILENAME.
|
|
|
|
|
|
|
|
\membersection{wxFileDataObject::AddFile}\label{wxfiledataobjectaddfile}
|
|
|
|
|
|
|
|
\func{virtual void}{AddFile}{\param{const wxString\& }{file}}
|
|
|
|
|
|
|
|
Adds a filename to the data object.
|
|
|
|
|
|
|
|
\membersection{wxFileDataObject::GetFiles}\label{wxfiledataobjectgetfiles}
|
|
|
|
|
|
|
|
\constfunc{virtual wxString}{GetFiles}{\void}
|
|
|
|
|
|
|
|
Returns files as a zero-separated list.
|
|
|
|
|